sha256:57099df4ef09021c64314960cd06214482443c14c04a28d734341a41e14767ed
OS/ARCH
linux/amd64
Compressed size
162.82 MB
Last pushed
2 months by amcop
Type
Image
Manifest digest
sha256:86700635f58a77acd760677ccc1dd50a3172577dc758dfa68cf3ba72aa3b3776
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/ # buildkit98.25 KB20COPY scripts/ scripts/ # buildkit5.48 KB21COPY bundle/ bundle/ # buildkit12.62 KB22RUN /bin/sh -c ansible-galaxy collection462.71 KB23COPY ui/backend/ ui/backend/ # buildkit11.27 KB24RUN /bin/sh -c mkdir -p176 B25COPY /build/dist/ ui/frontend/dist/ # buildkit30.19 KB26COPY init.sh /init.sh # buildkit1.41 KB27RUN /bin/sh -c chmod +x32 B28COPY bundle/entrypoint.sh /ansible-entrypoint.sh # buildkit893 B29RUN /bin/sh -c chmod +x32 B30RUN /bin/sh -c mkdir -p111 B31EXPOSE map[8765/tcp:{}]0 B32ENTRYPOINT ["/init.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'