sha256:5583e716b8317a26abc1a08140a07204a5c132752cd33ddee2bdf085ff8af6fe
OS/ARCH
linux/amd64
Compressed size
293.42 MB
Last pushed
about 3 years by tgplinux
Type
Image
Manifest digest
sha256:5583e716b8317a26abc1a08140a07204a5c132752cd33ddee2bdf085ff8af6fe
Image Layers
1ADD file ... in / 29.95 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;1.03 MB6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B7ENV PYTHON_VERSION=3.8.160 B8RUN /bin/sh -c set -eux;10.39 MB9RUN /bin/sh -c set -eux;245 B10ENV PYTHON_PIP_VERSION=22.0.40 B11ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d7462070 B14RUN /bin/sh -c set -eux;3.05 MB15CMD ["python3"]0 B16RUN groupadd -r sentry &&3.88 KB17RUN set -x 1023.39 KB18COPY /dist/requirements-frozen.txt /tmp/requirements-frozen.txt1.6 KB19RUN set -x 150.48 MB20COPY /dist/*.whl /tmp/dist/46.35 MB21RUN pip install /tmp/dist/*.whl --no-deps50.83 MB22RUN sentry help | sed344.46 KB23COPY ./self-hosted/sentry.conf.py ./self-hosted/config.yml $SENTRY_CONF/3.77 KB24COPY ./self-hosted/docker-entrypoint.sh /445 B25VOLUME /data111 B26ENTRYPOINT exec /docker-entrypoint.sh "$0" "$@"111 B27CMD ["run", "web"]111 B28ARG SOURCE_COMMIT111 B29ENV SENTRY_BUILD=${SOURCE_COMMIT:-unknown}111 B30LABEL org.opencontainers.image.revision=$SOURCE_COMMIT111 B31LABEL org.opencontainers.image.source="https://github.com/getsentry/sentry/tree/${SOURCE_COMMIT:-master}/"111 B32LABEL org.opencontainers.image.licenses="https://github.com/getsentry/sentry/blob/${SOURCE_COMMIT:-master}/LICENSE"111 BCommand
ADD file:88252a7f118b4d6f55dd5baf49dbcaa053c9d6172c652963c1151fa76f625e44 in /