sha256:5233fd7e7b29e39c949f4bf7ec192270fbfdc7a7d380a73a4a70b0e830a427ba
OS/ARCH
linux/amd64
Compressed size
190.89 MB
Last pushed
about 7 years by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:5233fd7e7b29e39c949f4bf7ec192270fbfdc7a7d380a73a4a70b0e830a427ba
12
/bin/sh -c groupadd -r sentry && useradd -r -m -g sentry sentry
4.42 KB
13
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gcc git libffi-dev libjpeg-dev libpq-dev libxml2-dev libxmlsec1-dev libxslt-dev libyaml-dev pkg-config && rm -rf /var/lib/apt/lists/*
60.42 MB
14
ENV PIP_NO_CACHE_DIR=off
0 B
15
ENV PIP_DISABLE_PIP_VERSION_CHECK=on
0 B
16
ENV GOSU_VERSION=1.10
0 B
17
/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove wget
854.98 KB
18
/bin/sh -c set -x && export TINI_VERSION=0.18.0 && apt-get update && apt-get install -y --no-install-recommends wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini" && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 && gpg --batch --verify /usr/local/bin/tini.asc /usr/local/bin/tini && rm -r "$GNUPGHOME" /usr/local/bin/tini.asc && chmod +x /usr/local/bin/tini && tini -h && apt-get purge -y --auto-remove wget
363.73 KB
19
/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends make && rm -rf /var/lib/apt/lists/* && pip install librabbitmq==1.6.1 && python -c 'import librabbitmq' && apt-get purge -y --auto-remove make
2.87 MB
20
ENV SENTRY_VERSION=9.0.0
0 B
21
/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends wget g++ && rm -rf /var/lib/apt/lists/* && mkdir -p /usr/src/sentry && wget -O /usr/src/sentry/sentry-${SENTRY_VERSION}-py27-none-any.whl "https://github.com/getsentry/sentry/releases/download/${SENTRY_VERSION}/sentry-${SENTRY_VERSION}-py27-none-any.whl" && wget -O /usr/src/sentry/sentry-${SENTRY_VERSION}-py27-none-any.whl.asc "https://github.com/getsentry/sentry/releases/download/${SENTRY_VERSION}/sentry-${SENTRY_VERSION}-py27-none-any.whl.asc" && wget -O /usr/src/sentry/sentry_plugins-${SENTRY_VERSION}-py2.py3-none-any.whl "https://github.com/getsentry/sentry/releases/download/${SENTRY_VERSION}/sentry_plugins-${SENTRY_VERSION}-py2.py3-none-any.whl" && wget -O /usr/src/sentry/sentry_plugins-${SENTRY_VERSION}-py2.py3-none-any.whl.asc "https://github.com/getsentry/sentry/releases/download/${SENTRY_VERSION}/sentry_plugins-${SENTRY_VERSION}-py2.py3-none-any.whl.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys D8749766A66DD714236A932C3B2D400CE5BBCA60 && gpg --batch --verify /usr/src/sentry/sentry-${SENTRY_VERSION}-py27-none-any.whl.asc /usr/src/sentry/sentry-${SENTRY_VERSION}-py27-none-any.whl && gpg --batch --verify /usr/src/sentry/sentry_plugins-${SENTRY_VERSION}-py2.py3-none-any.whl.asc /usr/src/sentry/sentry_plugins-${SENTRY_VERSION}-py2.py3-none-any.whl && pip install /usr/src/sentry/sentry-${SENTRY_VERSION}-py27-none-any.whl /usr/src/sentry/sentry_plugins-${SENTRY_VERSION}-py2.py3-none-any.whl && sentry --help && sentry plugins list && rm -r "$GNUPGHOME" /usr/src/sentry && apt-get purge -y --auto-remove wget g++
85.65 MB
22
ENV SENTRY_CONF=/etc/sentry SENTRY_FILESTORE_DIR=/var/lib/sentry/files
0 B
23
/bin/sh -c mkdir -p $SENTRY_CONF && mkdir -p $SENTRY_FILESTORE_DIR
182 B
24
COPY file:c18ac272afa23195896b144833bf12a9e2e020bd8120dddb9e13f3848f2dace0 in /etc/sentry/
3.52 KB
25
COPY file:a05c3f29c43e7a3731ee93d86b5ab0824e2180162cfb13847d0289d024049804 in /etc/sentry/
1.07 KB
26
COPY file:fc1dccf3c8f2b99f9ce312e695b2fc960e4d1b7cae43a80c164a5aaf0c1f7ff9 in /entrypoint.sh
427 B
27
EXPOSE 9000
0 B
28
VOLUME [/var/lib/sentry/files]
0 B
29
ENTRYPOINT ["/entrypoint.sh"]
0 B
30
CMD ["run" "web"]
0 B