Korózs Attila AttilaKorozs

selfoss (2.19)

Published 2025-04-25 10:37:46 +02:00 by AttilaKorozs

Installation

docker pull gitea.atix.hu/attilakorozs/selfoss:2.19
sha256:05cbba2b44990e0f6c4df02e5b6b5be4595c67cfec851f9e14dfc5ef2b205ca3

Images

Digest OS / Arch Size
63fdc98732 linux/amd64 30 MiB
8f3cb9e7d3 linux/arm/v7 28 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer=Atix0
LABEL org.opencontainers.image.authors=Atix0
LABEL org.opencontainers.image.description=Up-to-date Selfoss, a multipurpose RSS reader, live stream, mashup, aggregation web application.
LABEL org.opencontainers.image.documentation=https://gitea.atix.hu/AttilaKorozs/DockerSelfoss
LABEL org.opencontainers.image.source=https://gitea.atix.hu/AttilaKorozs/DockerSelfoss
LABEL org.opencontainers.image.title=atix0/selfoss
LABEL org.opencontainers.image.url=https://gitea.atix.hu/AttilaKorozs/DockerSelfoss
ARG BUILD_VERSION=2.19
ARG BUILD_LINK=https://github.com/fossar/selfoss/releases/download/2.19/selfoss-2.19.zip
ARG SHA256_HASH=e49c4750e9723277963ca699b602f09f9148e2b9f258fce6b14429498af0e4fc
ENV GID=991 UID=991 CRON_PERIOD=15m UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M
RUN |3 BUILD_VERSION=2.19 BUILD_LINK=https://github.com/fossar/selfoss/releases/download/2.19/selfoss-2.19.zip SHA256_HASH=e49c4750e9723277963ca699b602f09f9148e2b9f258fce6b14429498af0e4fc /bin/sh -c apk upgrade --no-cache && apk add --no-cache tzdata ca-certificates libwebp musl nginx php84 php84-ctype php84-curl php84-dom php84-fpm php84-gd php84-iconv php84-json php84-mbstring php84-pdo_mysql php84-pdo_pgsql php84-pdo_sqlite php84-pecl-imagick php84-session php84-simplexml php84-tidy php84-xml php84-xmlwriter php84-zlib s6 su-exec tini && wget -q $BUILD_LINK -P /tmp && CHECKSUM=$(sha256sum /tmp/selfoss-$BUILD_VERSION.zip | awk '{print $1}') && if [ "${CHECKSUM}" != "${SHA256_HASH}" ]; then echo "Warning! Checksum does not match!" && exit 1; fi && mkdir /selfoss && unzip -q /tmp/selfoss-$BUILD_VERSION.zip -d / && rm -rf /tmp/* # buildkit
COPY ./rootfs / # buildkit
RUN |3 BUILD_VERSION=2.19 BUILD_LINK=https://github.com/fossar/selfoss/releases/download/2.19/selfoss-2.19.zip SHA256_HASH=e49c4750e9723277963ca699b602f09f9148e2b9f258fce6b14429498af0e4fc /bin/sh -c chmod +x /usr/local/bin/run.sh /services/*/run /services/.s6-svscan/* # buildkit
VOLUME [/selfoss/data]
EXPOSE map[8888/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget -q --spider localhost:8888/ || exit 1"] "30s" "5s" "30s" "0s" '\x03'}
CMD ["run.sh"]

Labels

Key Value
maintainer Atix0
org.opencontainers.image.authors Atix0
org.opencontainers.image.description Up-to-date Selfoss, a multipurpose RSS reader, live stream, mashup, aggregation web application.
org.opencontainers.image.documentation https://gitea.atix.hu/AttilaKorozs/DockerSelfoss
org.opencontainers.image.source https://gitea.atix.hu/AttilaKorozs/DockerSelfoss
org.opencontainers.image.title atix0/selfoss
org.opencontainers.image.url https://gitea.atix.hu/AttilaKorozs/DockerSelfoss
Details
Container
2025-04-25 10:37:46 +02:00
2
OCI / Docker
Versions (7) View all
dev 2025-04-25
2.20-20a46f9 2025-04-25
2.19 2025-04-25
2.20-5b21993 2025-03-10
2.20-ef0ec3a 2025-02-19