outline-backup (sha-201f645)

Published 2026-01-10 01:15:42 +00:00 by chaos

Installation

docker pull git.fetchbroadcast.tools/public/outline-backup:sha-201f645
sha256:86d6bbb1e6ba82a6ced7b10cead5bd9f7832f0f95d535769cfba56f817e95d89

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'
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-01-10T01:15:01.449Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 201f64555d92f2334fdce4f549c7ee7ec5950def
org.opencontainers.image.source https://git.fetchbroadcast.tools/public/wiki-backup
org.opencontainers.image.title wiki-backup
org.opencontainers.image.url https://git.fetchbroadcast.tools/public/wiki-backup
org.opencontainers.image.version latest
Details
Container
2026-01-10 01:15:42 +00:00
0
OCI / Docker
linux/amd64
44 MiB
Versions (2) View all
sha-201f645 2026-01-10
latest 2026-01-10