sha256:bfea50625c42c456c9e26d4d94b2f0155448e81012031e58e9c483de0a4c2cfa
OS/ARCH
linux/amd64
Compressed size
61.33 MB
Last pushed
about 2 months by openg2pbot
Type
Image
Manifest digest
sha256:e97ee9bb9ff8b54cf3e6d286dba8dc9dabca3da108f21913bed4898fe4f3df77
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.36 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;13.04 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c pip install17.96 MB12WORKDIR /app93 B13COPY test/sanity/ /app/ # buildkit32.47 KB14COPY docker/sanity/entrypoint.sh /app/entrypoint.sh # buildkit1.51 KB15RUN /bin/sh -c chmod +x1.51 KB16ENV PYTHONUNBUFFERED=10 B17ENTRYPOINT ["/app/entrypoint.sh"]0 B18COPY test/sanity/sanity/fixtures.py /app/sanity/fixtures.py # buildkit2.14 KB19COPY test/sanity/sanity/data_seed.py /app/sanity/data_seed.py # buildkit1.84 KB20COPY test/sanity/tests/test_e2e_dci.py /app/tests/test_e2e_dci.py # buildkit2.3 KB21COPY test/sanity/tests/test_e2e_change_request.py /app/tests/test_e2e_change_request.py # buildkit4.27 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'