rss (sha256:8a3b8125c095e018cc6c9ba105560077cfc8616bf9483c76e17d4e84dc3a517b)
Installation
docker pull git.unurled.me/unurled/rss@sha256:8a3b8125c095e018cc6c9ba105560077cfc8616bf9483c76e17d4e84dc3a517bsha256:8a3b8125c095e018cc6c9ba105560077cfc8616bf9483c76e17d4e84dc3a517bAbout this package
A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js
Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in / |
| CMD ["/bin/bash"] |
| ARG DEBIAN_FRONTEND=noninteractive |
| COPY . /app # buildkit |
| WORKDIR /app |
| COPY /app/public/build /app/public/build # buildkit |
| COPY /app/vendor /app/vendor # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c set -xe && apt-get update -yqq && apt-get install curl supervisor nginx-light cron -yqq && apt-get install php8.3-cli php8.3-fpm php8.3-common php8.3-curl php8.3-mbstring php8.3-xml php8.3-zip php8.3-gd php8.3-sqlite3 php8.3-bcmath -yqq && rm -rf /var/lib/apt/lists/* && cp docker/.env.container /app/.env && cp docker/nginx.conf /etc/nginx/sites-enabled/rss.conf && rm /etc/nginx/sites-enabled/default && mkdir -p /run/php && chmod +x /app/docker/run.sh && crontab -u www-data /app/docker/cron && php artisan key:generate && php artisan route:cache # buildkit |
| EXPOSE [80/tcp] |
| CMD ["/bin/sh" "-c" "/app/docker/run.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-02-24T13:46:30.654Z |
| 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.ref.name | ubuntu |
| org.opencontainers.image.revision | 1264257ca9394e4e96f792e8d4c859fe2cd88fa3 |
| 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 | v1.7.0 |
Details
2026-02-24 14:49:32 +01:00
Versions (2)
View all
Container
1
OCI / Docker
linux/amd64
92 MiB