sha256:635fed9d2068027ff1101a0d52a39d63a0965ea72eb3d50d0e60a5e419b2f88f
OS/ARCH
linux/amd64
Compressed size
520.66 MB
Last pushed
10 months by sbomifyhub
Type
Image
Manifest digest
sha256:b079f1bed7d5bfb3fec6f29cd87ae95ec773e3d9f7bd0809374beb5e45c8bfd1
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.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.110 B7ENV PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb0 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B12RUN /bin/sh -c apt-get update150.56 MB13WORKDIR /code94 B14COPY pyproject.toml uv.lock ./ #162.11 KB15COPY . . # buildkit2.42 MB16ARG BUILD_ENV=production0 B17ENV BUILD_ENV=production0 B18ENV UV_COMPILE_BYTECODE=10 B19ENV UV_LINK_MODE=copy0 B20RUN |1 BUILD_ENV=production /bin/sh -c154.03 MB21WORKDIR /code32 B22COPY /go/bin/osv-scanner /usr/local/bin/osv-scanner # buildkit26.1 MB23COPY /js-build/sbomify/static/dist /code/sbomify/static/dist # buildkit294.94 KB24COPY /js-build/sbomify/static/css /code/sbomify/static/css # buildkit167.53 KB25COPY /js-build/sbomify/static/webfonts /code/sbomify/static/webfonts # buildkit232.53 KB26RUN |1 BUILD_ENV=production /bin/sh -c143.42 MB27ENV PROMETHEUS_MULTIPROC_DIR=/var/lib/dramatiq-prometheus UV_CACHE_DIR=/tmp/.cache/uv HOME=/tmp UV_NO_SYNC=10 B28USER nobody0 B29EXPOSE [8000/tcp]0 B30CMD ["uv" "run" "gunicorn" "sbomify.asgi:application"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'