sha256:f5de85cc8100e883a192914dd89fc0e11a09bb11cf63737db4750a5d9c20ae40
OS/ARCH
Compressed size
297.47 MB
Last pushed
about 1 year by sentrybuilder
Type
Image
Manifest digest
sha256:401d56ca16762088dd25321b67b7416a5aeb86bc96d09e44f9040402e6a4f75d
Image Layers
1# debian.sh --arch 'amd64' out/27.78 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.10 B6ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d90 B7RUN /bin/sh -c set -eux;11.99 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B11LABEL org.opencontainers.image.title=Sentry0 B12LABEL org.opencontainers.image.description=Sentry runtime image0 B13LABEL org.opencontainers.image.url=https://sentry.io/0 B14LABEL org.opencontainers.image.documentation=https://develop.sentry.dev/self-hosted/0 B15LABEL org.opencontainers.image.vendor=Functional Software, Inc.0 B17RUN /bin/sh -c groupadd -r3.16 KB18RUN /bin/sh -c : 1.44 MB19WORKDIR /usr/src/sentry139 B20ENV PATH=/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B21RUN /bin/sh -c python3 -m5.43 MB22ENV SENTRY_CONF=/etc/sentry UWSGI_NEED_PLUGIN=/var/lib/uwsgi/dogstatsd GRPC_POLL_STRATEGY=epoll10 B23COPY requirements-frozen.txt /tmp/requirements-frozen.txt # buildkit1.72 KB24RUN /bin/sh -c set -x138.66 MB25COPY . . # buildkit108.12 MB26RUN /bin/sh -c python3 -m1.01 KB27RUN /bin/sh -c sentry help711.96 KB28COPY ./self-hosted/sentry.conf.py ./self-hosted/config.yml /etc/sentry/ #3.7 KB29COPY ./self-hosted/docker-entrypoint.sh / # buildkit424 B30RUN /bin/sh -c : double-check32 B31EXPOSE map[9000/tcp:{}]0 B32VOLUME [/data]0 B33ENTRYPOINT ["/docker-entrypoint.sh"]0 B34CMD ["run" "web"]0 B35ARG SOURCE_COMMIT=45dd803dd9b0abb335bc2432a43c58773fc924030 B36ENV SENTRY_BUILD=45dd803dd9b0abb335bc2432a43c58773fc924030 B37LABEL org.opencontainers.image.revision=45dd803dd9b0abb335bc2432a43c58773fc924030 B38LABEL org.opencontainers.image.source=https://github.com/getsentry/sentry/tree/45dd803dd9b0abb335bc2432a43c58773fc92403/0 B39LABEL org.opencontainers.image.licenses=https://github.com/getsentry/sentry/blob/45dd803dd9b0abb335bc2432a43c58773fc92403/LICENSE0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'