sha256:80b0a8ea51714cc05409ef800670cfa47df865509ad82c47559ef318b3593b3a
OS/ARCH
linux/amd64
Compressed size
61.33 MB
Last pushed
about 2 months by openg2pbot
Type
Image
Manifest digest
sha256:2b21a46d47756ce21636dd7ad5887a267e10681e803dad36fe786bd84743ac7c
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'