outline-backup (sha-b5fe79d)

Published 2026-07-09 21:26:44 +01:00 by chaos

Installation

docker pull git.fetchbroadcast.tools/public/outline-backup:sha-b5fe79d
sha256:d035ca94614730431ebc25d67cb3b413e2660fe4b076aa2710b41f0b0c0aa344

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
ARG TARGETARCH=amd64
ENV TZ=UTC
RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
ENV SUPERCRONIC_VERSION=v0.2.41
RUN |1 TARGETARCH=amd64 /bin/sh -c set -eux; case "$TARGETARCH" in amd64) arch=amd64 ;; arm64) arch=arm64 ;; *) echo "Unsupported arch: $TARGETARCH" >&2; exit 1 ;; esac; curl -fsSL -o /usr/local/bin/supercronic "https://github.com/aptible/supercronic/releases/download/${SUPERCRONIC_VERSION}/supercronic-linux-${arch}" && chmod +x /usr/local/bin/supercronic # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c groupadd -g 3000 app && useradd -u 3000 -g 3000 -r -s /usr/sbin/nologin app && mkdir -p /backups && chown -R app:app /backups && chmod 1777 /backups # buildkit
COPY /out/outline_export /usr/local/bin/outline_export # buildkit
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
USER app
WORKDIR /backups
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-07-09T20:25:01.410Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision b5fe79d52bfdcac3b282b8378f1ce5e7dacebe2f
org.opencontainers.image.source https://git.fetchbroadcast.tools/infra/wiki-backup
org.opencontainers.image.title wiki-backup
org.opencontainers.image.url https://git.fetchbroadcast.tools/infra/wiki-backup
org.opencontainers.image.version latest
Details
Container
2026-07-09 21:26:44 +01:00
4
OCI / Docker
linux/amd64
41 MiB
Versions (2) View all
latest 2026-07-09
sha-b5fe79d 2026-07-09