Namespace
getsentry
Image / Tag
snuba:d538277fd0187bc2715ef30a3e2cdc597ca2a723
Content Digest
sha256:aa3969fede92e7fb4049dcc58ee9ac672bf307d7769d86de704ca78112c7bd5a
Details
Created

2018-07-03 18:54:11 UTC

Size

133 MB

Content Digest
Environment
CLICKHOUSE_SERVER

clickhouse-server:9000

CLICKHOUSE_TABLE

sentry

DEBIAN_FRONTEND

noninteractive

FLASK_DEBUG

0

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYPY_VERSION

6.0.0

PYTHON_PIP_VERSION

10.0.1


Layers

[#000] sha256:2caa28db99eb312c788669036f0bf3914f73f5a27a30f69d2a7443fce10eb882 - 21.56% (28.7 MB)

[#001] sha256:9e392110ec84b875556c379c158f44545ed08dd1668f86510b4d4ddf37e64a27 - 2.05% (2.73 MB)

[#002] sha256:71d171390c5ad2c63f60116876f2a6015bc0f398b78eb4a7ee5c8543719f2f76 - 21.79% (29 MB)

[#003] sha256:c8ef0d5038ab766e3431aa51bb23ed114d992910f32adb8a47b220bc7a1904e9 - 41.81% (55.7 MB)

[#004] sha256:e09daa206ea8e9f54d703929cb9d8d36c8177ccccaa41a1884d7cc7ee7305638 - 0.0% (182 Bytes)

[#005] sha256:13fdf21c1adec17e2fa15c123760c0e8e0035f82ead8f9e5276ad529218eefcb - 3.36% (4.48 MB)

[#006] sha256:855b86e0cb86a5fe3ca65a530e457b1977a47a214264ced750c6404d69fc3ade - 0.0% (4.3 KB)

[#007] sha256:cba90d49048f5f1b70dc6ef73708454cb959fa93d09e47025f42977ee3fa5beb - 0.0% (987 Bytes)

[#008] sha256:16aca57e703748e7b84ac18f7b5242ad6c29575420c984071ace3659f706b290 - 9.34% (12.5 MB)

[#009] sha256:691b527086fb81b6efcd9f12f5c7af0d863e8efe93aa989203a24ac2e028d042 - 0.0% (2.05 KB)

[#010] sha256:62e663260982e13d9f2986d5685247ea91d5649bc5fbbeaf65c3f672e04ce919 - 0.04% (59.2 KB)

[#011] sha256:6203bfa2e6f4134f97c440e4a4b249abb4694e7c2f015fb7a07029404b7a91f5 - 0.0% (2.01 KB)

[#012] sha256:80d0245f9d742fe106090bea8e7b247a16f054f426e6bd87df4ead14a1dda165 - 0.04% (52.9 KB)

[#013] sha256:37c2e208b94d952ef9e85f66fb0666ca2fb9dbdc135dceedd55d0f240fa0e9a8 - 0.0% (639 Bytes)


History
2018-06-26 21:21:17 UTC

/bin/sh -c #(nop) ADD file:8108708c9ab961c9562c2171f4f594291dbaac0dc81dcb7bcbaf134f251f459e in /

2018-06-26 21:21:18 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-06-27 00:22:13 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-06-27 00:22:13 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2018-06-27 00:22:34 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libexpat1 libffi6 libgdbm3 libsqlite3-0 && rm -rf /var/lib/apt/lists/*

2018-06-27 00:22:35 UTC

/bin/sh -c #(nop) ENV PYPY_VERSION=6.0.0

2018-06-27 00:22:35 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=10.0.1

2018-06-27 00:23:12 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='6cbf942ba7c90f504d8d6a2e45d4244e3bf146c8722d64e9410b85eac6b5af67' ;; armel) pypyArch='linux-armel'; sha256='924ca3f90aa28e8961859508c25752c95253b842318a0f267267ffe90f56a916' ;; i386) pypyArch='linux32'; sha256='ad1082d4328ae8f32617b14628648583b82b6d29df3aa42b97bd1853c08c4bc8' ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; fetchDeps=' bzip2 wget '; apt-get update && apt-get install -y $fetchDeps --no-install-recommends && rm -rf /var/lib/apt/lists/*; wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2-v${PYPY_VERSION}-${pypyArch}.tar.bz2"; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; find /usr/local/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; pypy --version; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; pypy get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; rm -f get-pip.py; apt-get purge -y --auto-remove $fetchDeps

2018-06-27 00:23:13 UTC

/bin/sh -c #(nop) CMD ["pypy"]

2018-06-27 02:02:36 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2018-06-27 19:42:47 UTC

/bin/sh -c apt-get update && apt-get install --no-install-recommends -y curl build-essential libpcre3 libpcre3-dev liblz4-1 liblz4-dev git && rm -rf /var/lib/apt/lists/* /var/cache/debconf/*-old

2018-06-27 19:42:47 UTC

/bin/sh -c #(nop) ARG PYPY_SUFFIX

2018-06-27 19:42:48 UTC

/bin/sh -c ln -s /usr/local/bin/pypy${PYPY_SUFFIX} /usr/local/bin/python

2018-06-27 19:43:27 UTC

/bin/sh -c cd && curl -L https://github.com/edenhill/librdkafka/archive/v0.11.4.tar.gz -O && tar xf v0.11.4.tar.gz && cd librdkafka-0.11.4/ && ./configure --prefix=/usr && make && PREFIX=/usr make install && cd && rm -rf v0.11.4.tar.gz librdkafka-0.11.4/

2018-06-27 19:43:27 UTC

/bin/sh -c useradd -m -s /bin/bash snuba

2018-06-27 19:43:27 UTC

/bin/sh -c #(nop) WORKDIR /home/snuba

2018-06-27 19:43:28 UTC

/bin/sh -c #(nop) ARG PYTHON_VERSION=2

2018-06-28 23:53:42 UTC

/bin/sh -c #(nop) COPY file:9f9240ca5e726e30cbb41b78a4a194eaacf50836748f5a239b06b44387e6961f in ./

2018-06-28 23:54:52 UTC

|1 PYTHON_VERSION=2 /bin/sh -c pip install --no-cache-dir -r requirements-py${PYTHON_VERSION}.txt

2018-07-03 18:54:09 UTC

/bin/sh -c #(nop) COPY dir:165dd2afe28aba2de8a8d0ca3b3028fd20c9c7e2423bbbd1cf6f5484800030a4 in ./bin/

2018-07-03 18:54:09 UTC

/bin/sh -c #(nop) COPY dir:5b779ea710899bcd597c63ec9a74e5459454f56ef2b1cd1ea818b1102417daa0 in ./snuba/

2018-07-03 18:54:09 UTC

/bin/sh -c #(nop) COPY multi:d3b4035225523804a81b341841adca3ee40e8bd306f784ed2303520bec0719fc in ./

2018-07-03 18:54:10 UTC

|1 PYTHON_VERSION=2 /bin/sh -c python setup.py install && rm -rf ./build ./dist

2018-07-03 18:54:10 UTC

/bin/sh -c #(nop) ENV CLICKHOUSE_SERVER=clickhouse-server:9000

2018-07-03 18:54:10 UTC

/bin/sh -c #(nop) ENV CLICKHOUSE_TABLE=sentry

2018-07-03 18:54:11 UTC

/bin/sh -c #(nop) ENV FLASK_DEBUG=0

2018-07-03 18:54:11 UTC

/bin/sh -c #(nop) USER [snuba]

2018-07-03 18:54:11 UTC

/bin/sh -c #(nop) EXPOSE 1218/tcp

2018-07-03 18:54:11 UTC

/bin/sh -c #(nop) COPY file:39daecd0acf13c10b741193c4f47d8c9dd62a67fba5a04aa9397590ac6be9c84 in ./

2018-07-03 18:54:11 UTC

/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]

2018-07-03 18:54:11 UTC

/bin/sh -c #(nop) CMD ["api"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete