sha256:6c81fcf0e523f94cb04ea2353b1dddfa7e92b9423b9eccf8250e63b8b021439f
OS/ARCH
linux/amd64
Compressed size
162.83 MB
Last pushed
about 2 months by amcop
Type
Image
Manifest digest
sha256:dfced7b993491a74ee638bcf6093ef29af216ab1bcdd68780bafcc236c1cf8c4
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.140 B6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B7RUN /bin/sh -c set -eux;11.34 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10RUN /bin/sh -c apt-get update53.97 MB11RUN /bin/sh -c SKOPEO_VERSION="1.23.0" &&20.07 MB12RUN /bin/sh -c curl -fsSL17.28 MB13RUN /bin/sh -c pip install29.69 MB14RUN /bin/sh -c curl -L233.65 KB15WORKDIR /airgapped99 B16COPY requirements.yml . # buildkit275 B17COPY ansible.cfg . # buildkit567 B18COPY inventory/ inventory/ # buildkit541 B19COPY playbooks/ playbooks/ # buildkit106.48 KB20COPY scripts/ scripts/ # buildkit6.16 KB21COPY bundle/ bundle/ # buildkit12.74 KB22RUN /bin/sh -c ansible-galaxy collection462.7 KB23COPY ui/backend/ ui/backend/ # buildkit13.26 KB24RUN /bin/sh -c mkdir -p173 B25COPY /build/dist/ ui/frontend/dist/ # buildkit32.47 KB26COPY init.sh /init.sh # buildkit1.41 KB27RUN /bin/sh -c chmod +x1.41 KB28COPY bundle/entrypoint.sh /ansible-entrypoint.sh # buildkit893 B29RUN /bin/sh -c chmod +x893 B30RUN /bin/sh -c mkdir -p112 B31EXPOSE map[8765/tcp:{}]0 B32ENTRYPOINT ["/init.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'