sha256:98465068d0a1b2f31bf0b69e3ac8f10c9fb5b47a08f1809c52eb902f7db979b2
OS/ARCH
Compressed size
127.37 MB
Last pushed
3 months by dougeubanks
Type
Image
Manifest digest
sha256:4bc54c8027a5c50b329964bf60e68f4249e6fbe4460815a492609c354566c20e
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2SHELL [/bin/bash -o pipefail -c]0 B3ARG GHORG_VERSION=1.11.110 B4ARG GH_VERSION=2.94.00 B5ARG RCLONE_VERSION=1.74.30 B6ARG SUPERCRONIC_VERSION=0.2.460 B7ARG PUID=10000 B8ARG PGID=10000 B9LABEL org.opencontainers.image.title=GitPreserver org.opencontainers.image.description=A life preserver0 B10RUN |6 GHORG_VERSION=1.11.11 GH_VERSION=2.94.0 RCLONE_VERSION=1.74.345.2 MB11COPY /usr/local/bin/supercronic /usr/local/bin/supercronic # buildkit8.44 MB12COPY /usr/local/bin/rclone /usr/local/bin/rclone # buildkit26.4 MB13COPY /usr/local/bin/gh /usr/local/bin/gh # buildkit13.78 MB14COPY /usr/local/bin/ghorg /usr/local/bin/ghorg # buildkit6.61 MB15RUN |6 GHORG_VERSION=1.11.11 GH_VERSION=2.94.0 RCLONE_VERSION=1.74.33.31 KB16COPY --chown=root:root --chmod=0755 backup/ /usr/local/bin/10.16 KB17COPY --chown=root:root --chmod=0755 docker/entrypoint.sh /usr/local/bin/entrypoint.sh1.28 KB18COPY --chown=root:root --chmod=0755 docker/daemon-start.sh /usr/local/bin/daemon-start.sh1.67 KB19COPY --chown=root:root --chmod=0755 docker/webserver.py /usr/local/bin/webserver.py5.19 KB20ENV HOME=/home/gitpreserver RCLONE_CONFIG=/home/gitpreserver/.config/rclone/rclone.conf GH_CONFIG_DIR=/home/gitpreserver/.config/gh GITPRESERVER_WEB_PORT=60330 B21EXPOSE [6033/tcp]0 B22HEALTHCHECK {Test:[CMD-SHELL python3 -c "import0 B23WORKDIR /backups32 B24ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/entrypoint.sh"]0 B25CMD ["run-stages.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'