Sign inSign up

tgplinux/sentry:v3.0

Manifest digest

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 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;1.03 MB
6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
7ENV PYTHON_VERSION=3.8.160 B
8RUN /bin/sh -c set -eux;10.39 MB
9RUN /bin/sh -c set -eux;245 B
10ENV PYTHON_PIP_VERSION=22.0.40 B
11ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B
12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py0 B
13ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d7462070 B
14RUN /bin/sh -c set -eux;3.05 MB
15CMD ["python3"]0 B
16RUN groupadd -r sentry &&3.88 KB
17RUN set -x 1023.39 KB
18COPY /dist/requirements-frozen.txt /tmp/requirements-frozen.txt1.6 KB
19RUN set -x 150.48 MB
20COPY /dist/*.whl /tmp/dist/46.35 MB
21RUN pip install /tmp/dist/*.whl --no-deps50.83 MB
22RUN sentry help | sed344.46 KB
23COPY ./self-hosted/sentry.conf.py ./self-hosted/config.yml $SENTRY_CONF/3.77 KB
24COPY ./self-hosted/docker-entrypoint.sh /445 B
25VOLUME /data111 B
26ENTRYPOINT exec /docker-entrypoint.sh "$0" "$@"111 B
27CMD ["run", "web"]111 B
28ARG SOURCE_COMMIT111 B
29ENV SENTRY_BUILD=${SOURCE_COMMIT:-unknown}111 B
30LABEL org.opencontainers.image.revision=$SOURCE_COMMIT111 B
31LABEL org.opencontainers.image.source="https://github.com/getsentry/sentry/tree/${SOURCE_COMMIT:-master}/"111 B
32LABEL org.opencontainers.image.licenses="https://github.com/getsentry/sentry/blob/${SOURCE_COMMIT:-master}/LICENSE"111 B

Command

ADD file:88252a7f118b4d6f55dd5baf49dbcaa053c9d6172c652963c1151fa76f625e44 in /