sha256:087e06440c57a67ae2b487d090ca7c1d2eb82b00eee39e8890aa999c95f488c9
OS/ARCH
linux/amd64
Compressed size
61.33 MB
Last pushed
about 2 months by openg2pbot
Type
Image
Manifest digest
sha256:db29aae2de1d38d3fdd48818aa51f27c0c15afa55153079c27a3d991d86bd3d1
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.29 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'