Korózs Attila AttilaKorozs

selfoss (latest)

Published 2025-01-21 07:19:11 +01:00 by AttilaKorozs

Installation

docker pull gitea.atix.hu/attilakorozs/selfoss:latest
sha256:336fec37557b6d191a5321235579fc0eb2773a7583dd86bb8cc545ec810812e5

Images

Digest OS / Arch Size
2265c88ad3 linux/amd64 31 MiB
2cb9a3aeab linux/arm/v7 28 MiB

Image Layers ( linux/arm/v7)

ADD alpine-minirootfs-3.21.2-armv7.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 SHA256_HASH=e49c4750e9723277963ca699b602f09f9148e2b9f258fce6b14429498af0e4fc
ENV GID=991 UID=991 CRON_PERIOD=15m UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M
RUN |2 BUILD_VERSION=2.19 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 https://dl.cloudsmith.io/public/fossar/selfoss-git/raw/names/selfoss.zip/versions/${BUILD_VERSION}/selfoss-${BUILD_VERSION}.zip -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 |2 BUILD_VERSION=2.19 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-01-21 07:19:11 +01:00
0
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