rss (sha256:a6b43c6f0f19c99165fe1601249c5973762886230e665817df0df0d04a755d03)
Published 2026-06-01 09:00:32 +02:00 by unurled
Installation
docker pull git.unurled.me/unurled/rss@sha256:a6b43c6f0f19c99165fe1601249c5973762886230e665817df0df0d04a755d03sha256:a6b43c6f0f19c99165fe1601249c5973762886230e665817df0df0d04a755d03About this package
A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js
Image layers
| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| COPY app /app/app # buildkit |
| COPY bootstrap /app/bootstrap # buildkit |
| COPY config /app/config # buildkit |
| COPY database/migrations /app/database/migrations # buildkit |
| COPY public /app/public # buildkit |
| COPY resources /app/resources # buildkit |
| COPY routes /app/routes # buildkit |
| COPY storage /app/storage # buildkit |
| COPY artisan /app/artisan # buildkit |
| COPY docker /app/docker # buildkit |
| COPY composer.json /app/composer.json # buildkit |
| COPY composer.lock /app/composer.lock # buildkit |
| WORKDIR /app |
| COPY /app/public/build /app/public/build # buildkit |
| COPY /app/vendor /app/vendor # buildkit |
| RUN /bin/sh -c set -xe && apk add --no-cache supervisor caddy php85 php85-common php85-curl php85-dom php85-fileinfo php85-fpm php85-mbstring php85-openssl php85-pdo php85-pdo_sqlite php85-session php85-simplexml php85-sqlite3 php85-tokenizer php85-xml && cp docker/.env.container /app/.env && chmod +x /app/docker/run.sh && adduser -S www -h /var/lib/www && crontab -u www /app/docker/cron && chown -R www /var/log/php85 && php85 artisan key:generate && php85 artisan route:cache # buildkit |
| EXPOSE [80/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL wget -qO- http://localhost:80/ > /dev/null 2>&1 || exit 1] Interval:30s Timeout:5s StartPeriod:0s StartInterval:0s Retries:3} |
| CMD ["/bin/sh" "-c" "/app/docker/run.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-06-01T06:59:41.818Z |
| org.opencontainers.image.description | A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 342908bf9db5a1ab29ff89c5485a3f2e775b1df7 |
| org.opencontainers.image.source | https://git.unurled.me/unurled/rss |
| org.opencontainers.image.title | rss |
| org.opencontainers.image.url | https://git.unurled.me/unurled/rss |
| org.opencontainers.image.version | v2.1.1 |
Details
2026-06-01 09:00:32 +02:00
Versions (6)
View all
Container
165
OCI / Docker
linux/amd64
58 MiB