sha256:fd8ba2f92f5e7f966e792b625dd56d1cb9950d4a4d3ce7c9f65bcef569e5484d
OS/ARCH
Compressed size
297.49 MB
Last pushed
about 1 year by sentrybuilder
Type
Image
Manifest digest
sha256:e4ce99626dab0fd579a8d8d7204bf78c787cb6b9a182ebd40e1bf5363765cfcc
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.14 MB26RUN /bin/sh -c python3 -m1.01 KB27RUN /bin/sh -c sentry help711.89 KB28COPY ./self-hosted/sentry.conf.py ./self-hosted/config.yml /etc/sentry/ #3.7 KB29COPY ./self-hosted/docker-entrypoint.sh / # buildkit426 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=da54923350fd5e78fc7fa3ede97ee35da5b60d9a0 B36ENV SENTRY_BUILD=da54923350fd5e78fc7fa3ede97ee35da5b60d9a0 B37LABEL org.opencontainers.image.revision=da54923350fd5e78fc7fa3ede97ee35da5b60d9a0 B38LABEL org.opencontainers.image.source=https://github.com/getsentry/sentry/tree/da54923350fd5e78fc7fa3ede97ee35da5b60d9a/0 B39LABEL org.opencontainers.image.licenses=https://github.com/getsentry/sentry/blob/da54923350fd5e78fc7fa3ede97ee35da5b60d9a/LICENSE0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'