Namespace
getsentry
Image / Tag
snuba:659e6efe9eff9ec0a58191c8d943aa99c80dbedc
Content Digest
sha256:bf6591e83982bc1e257672482a642b47c5fb6cfe372df55cf078b3821b6d5471
Details
Created

2018-07-12 18:46:46 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:78e86df20f5666dfe8ee4b6cdbd05611ac324bf98a190f738d5dd909051712fc - 2.01% (2.68 MB)

[#002] sha256:a6a93f1bdd46a0b45e4d5cbfca9053f2324d9e6a6cbc3a1c28b191559fbf5eeb - 21.8% (29 MB)

[#003] sha256:70337c2be655453cf33853d2a383351b6070fdd56c42261e770460cbbaaf23b7 - 41.82% (55.7 MB)

[#004] sha256:bf13529e7891ba915a23daf368843224187171b80a1e0b9b81ad67a99d71468b - 0.0% (183 Bytes)

[#005] sha256:41636e033744d404832c7042b3d488213eaa2c5040b55749a5de568f31e0501e - 3.36% (4.48 MB)

[#006] sha256:4f7558a4bee4ac8a1834da351639db6f8a46048e9bc76f7c66b154f3d02cb925 - 0.0% (4.3 KB)

[#007] sha256:b7df2defd18616cb26434d892fa33489a6067de3cae34c98e0f34fb6e67f82b1 - 0.0% (984 Bytes)

[#008] sha256:bcfc5fbcbe931641fb294371998a60880d2132cf2d6bce1e2c6a718f0f9e9507 - 9.35% (12.5 MB)

[#009] sha256:11bfe52371359536fc5808fef81ef8aea7b015191ed04b9563bd6c23b205e46e - 0.0% (2.04 KB)

[#010] sha256:3e0f23a012d6dfb410de16e7a9217724d8002f1ff97c3e9a81ac786f6b27a768 - 0.05% (62.3 KB)

[#011] sha256:7df66e0e603715edeb6928356ebc5e070bd1bb1ae7d83289e51a17d3ef860c2a - 0.0% (2.86 KB)

[#012] sha256:fa1cfe32d50e47374ec4a77e1611ddaea5b08d11c76670ce71260aada8d80954 - 0.04% (53.1 KB)

[#013] sha256:2bc5103aa680bc9a040220ab23a66261baf736a31b699e69f8077f0dea10620b - 0.0% (637 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 08:23:44 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 08:23:45 UTC

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

2018-07-11 01:09:50 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-07-11 01:09:50 UTC

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

2018-07-11 01:09:50 UTC

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

2018-07-11 01:11:07 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-07-11 01:11:07 UTC

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

2018-07-12 00:35:01 UTC

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

2018-07-12 00:35:26 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-07-12 00:35:26 UTC

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

2018-07-12 00:35:27 UTC

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

2018-07-12 00:36:04 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-07-12 00:36:04 UTC

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

2018-07-12 00:36:05 UTC

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

2018-07-12 00:36:05 UTC

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

2018-07-12 00:36:05 UTC

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

2018-07-12 00:37:15 UTC

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

2018-07-12 00:37:16 UTC

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

2018-07-12 18:46:43 UTC

/bin/sh -c #(nop) COPY dir:9a02f21e3350d7909eaa3a7fbee0e7d467775ab0646a0e990e14e79a67f51c01 in ./snuba/

2018-07-12 18:46:43 UTC

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

2018-07-12 18:46:45 UTC

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

2018-07-12 18:46:45 UTC

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

2018-07-12 18:46:45 UTC

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

2018-07-12 18:46:45 UTC

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

2018-07-12 18:46:45 UTC

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

2018-07-12 18:46:46 UTC

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

2018-07-12 18:46:46 UTC

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

2018-07-12 18:46:46 UTC

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

2018-07-12 18:46:46 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