sha256:918e3654df438b44b67d43bf7f6c843c5abe68920edabe216ee8ba0a42614452
OS/ARCH
linux/amd64
Compressed size
131.14 MB
Last pushed
7 months by githubseatableio
Type
Image
Manifest digest
sha256:8bf1f55a19d315b8902d3fc1ee540456734c36df1c77e5e0100d6547c2025214
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.100 B7ENV PYTHON_SHA256=07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea0 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update66.9 MB12COPY /root/.local /root/.local # buildkit14.39 MB13ENV PATH=/root/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B14COPY nginx/nginx.conf /etc/nginx/nginx.conf # buildkit410 B15COPY nginx/scheduler.conf /etc/nginx/conf.d/scheduler.conf # buildkit482 B16RUN /bin/sh -c rm -rf171 B17WORKDIR /opt/scheduler119 B18COPY app/ /opt/scheduler/ # buildkit13.92 KB19COPY version /opt/scheduler/version # buildkit166 B20COPY logrotate/ /opt/scheduler/logrotate/ # buildkit347 B21RUN /bin/sh -c mkdir -p135 B22RUN /bin/sh -c mkdir -p132 B23RUN /bin/sh -c pip3 install6.52 MB24ENV TINI_VERSION=v0.19.00 B25ADD https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini # buildkit9.24 KB26RUN /bin/sh -c chmod +x9.24 KB27ENTRYPOINT ["/tini" "--"]0 B28CMD ["/opt/scheduler/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'