sha256:d5f3ac7518944c27f6bfe07089955f8b724881f451a7412e94bae63fb08dcab3
OS/ARCH
linux/amd64
Compressed size
61.32 MB
Last pushed
about 2 months by openg2pbot
Type
Image
Manifest digest
sha256:26589274fe210e12c2b2f6cb4f757be24b6dbd27d9737c8acb8d505e74b741f3
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.5 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'