sha256:c1a30dd029b70bf33d0a9b3e7a3a17b7277b1859c1d2a9245777ad5865d09724
OS/ARCH
Compressed size
302.5 MB
Last pushed
about 1 year by sentrybuilder
Type
Image
Manifest digest
sha256:4c3cb411110d91988aeec368b69ed39b473267ab7e81b876d37ff7f8ee209b48
Image Layers
1# debian.sh --arch 'arm64' out/27.8 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.18 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.10 B6ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d90 B7RUN /bin/sh -c set -eux;11.89 MB8RUN /bin/sh -c set -eux;248 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.32 MB19WORKDIR /usr/src/sentry138 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 -x144.3 MB25COPY . . # buildkit107.87 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 / # buildkit422 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=ceb9d5799b6e0e9974e81e244e63831fea21bccf0 B36ENV SENTRY_BUILD=ceb9d5799b6e0e9974e81e244e63831fea21bccf0 B37LABEL org.opencontainers.image.revision=ceb9d5799b6e0e9974e81e244e63831fea21bccf0 B38LABEL org.opencontainers.image.source=https://github.com/getsentry/sentry/tree/ceb9d5799b6e0e9974e81e244e63831fea21bccf/0 B39LABEL org.opencontainers.image.licenses=https://github.com/getsentry/sentry/blob/ceb9d5799b6e0e9974e81e244e63831fea21bccf/LICENSE0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1738540800'