sha256:1ece6e14201c0f109fe2e2cc788c0cccbdc3dad28c42ec1e9da5889f7fe66015
OS/ARCH
linux/amd64
Compressed size
393.4 MB
Last pushed
2 days by mozilla
Type
Image
Manifest digest
sha256:1ece6e14201c0f109fe2e2cc788c0cccbdc3dad28c42ec1e9da5889f7fe66015
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 B3RUN /bin/sh -c set -eux;3.37 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;12.01 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10WORKDIR /app93 B11COPY requirements/ /app/requirements/ # buildkit115.94 KB12RUN /bin/sh -c apt-get update316.57 MB13COPY bin/ /app/bin/ # buildkit752 B14COPY docker/entrypoint_prod.sh /app/docker/entrypoint_prod.sh # buildkit1.5 KB15COPY treeherder/ /app/treeherder/ # buildkit298.11 KB16COPY schemas/ /app/schemas/ # buildkit5.02 KB17COPY manage.py newrelic.ini version.json /app/1.47 KB18COPY /app/.build/ /app/.build/ # buildkit5.71 MB19RUN /bin/sh -c python manage.py1.51 MB20RUN /bin/sh -c python -m9.77 MB21RUN /bin/sh -c groupadd --gid17.12 MB22USER treeherder0 B23ENTRYPOINT ["/bin/bash" "/app/docker/entrypoint_prod.sh"]0 B24CMD ["web"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'