Namespace
getsentry
Image / Tag
snuba:bb384b2c63ec08df9218fc2e5e8b75d77bde52e7
Content Digest
sha256:a3a55c75b35eaaa04dc6543b6463524dea8b402ba365837963d7fdae80ec1d25
Details
Created

2018-07-24 23:36:28 UTC

Size

134 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:5bba3ecb4cd6374a19da45f2a3db0a9c0804984358b3bb4b666c28944016e5ff - 21.45% (28.7 MB)

[#001] sha256:7a839378738b3063165be5b357b24088c02116fd8a6d823fb05ced667ed73b93 - 2.0% (2.68 MB)

[#002] sha256:d018b8262b200533e100fd9ff2f3540b8130e8270bd64e8a60f3217181c6d36c - 21.69% (29 MB)

[#003] sha256:4aaaf0eacac4bf33cfe7d37be1e86eb4445c9ba86e050f965e36403f7ab58550 - 41.61% (55.7 MB)

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

[#005] sha256:6a2a2be6548602f8f74125d29e343c09c2b5b685a61e31d05c0a6b6de0ce8e47 - 3.82% (5.12 MB)

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

[#007] sha256:04031686043dae10c2590d03ea4960c10f064a2eac9b1122925ec68af6a08d9e - 0.0% (985 Bytes)

[#008] sha256:0c96e3675e0eb83e82f2c5e5e328de5ee3dda631270edb717cbfacadbf3fb2f2 - 9.32% (12.5 MB)

[#009] sha256:113abcf664728168feef8eaaea6adddee2886835088d3c05144c80f2c424f31d - 0.0% (2.12 KB)

[#010] sha256:a18fd1b9977056868618d8bc8b42556df54f3b1322c0787e71cdfa1cc45a9571 - 0.05% (67.4 KB)

[#011] sha256:4ec7437092a53657ea14153b72ba30f204bc9cec9939d2cb7eb805a80e851c8a - 0.0% (3.47 KB)

[#012] sha256:1675881c115462105de8ecbc79d012c228f7a995bf708e19ba2d2d8d0afc711c - 0.04% (57.8 KB)

[#013] sha256:d494028ed43fdfa3274ea3dff1e9a8cf9eea9055c14721cfd32d1dfb95877c1c - 0.0% (635 Bytes)


History
2018-07-17 00:21:41 UTC

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

2018-07-17 00:21:42 UTC

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

2018-07-17 00:43:52 UTC

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

2018-07-17 00:43:53 UTC

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

2018-07-17 04:59:56 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-17 04:59:56 UTC

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

2018-07-17 04:59:56 UTC

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

2018-07-17 05:00:57 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-17 05:00:58 UTC

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

2018-07-17 14:16:26 UTC

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

2018-07-17 14:16:51 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-17 14:16:51 UTC

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

2018-07-17 14:16:52 UTC

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

2018-07-19 22:45:22 UTC

/bin/sh -c #(nop) ARG LIBRDKAFKA_VERSION=0.11.5

2018-07-19 22:46:05 UTC

|1 LIBRDKAFKA_VERSION=0.11.5 /bin/sh -c cd && curl -L https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz -O && tar xf v${LIBRDKAFKA_VERSION}.tar.gz && cd librdkafka-${LIBRDKAFKA_VERSION}/ && ./configure --prefix=/usr && make && PREFIX=/usr make install && cd && rm -rf v${LIBRDKAFKA_VERSION}.tar.gz librdkafka-${LIBRDKAFKA_VERSION}/

2018-07-19 22:46:05 UTC

|1 LIBRDKAFKA_VERSION=0.11.5 /bin/sh -c useradd -m -s /bin/bash snuba

2018-07-19 22:46:05 UTC

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

2018-07-19 22:46:05 UTC

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

2018-07-20 17:41:32 UTC

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

2018-07-20 17:42:35 UTC

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

2018-07-20 17:42:35 UTC

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

2018-07-24 23:36:25 UTC

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

2018-07-24 23:36:26 UTC

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

2018-07-24 23:36:27 UTC

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

2018-07-24 23:36:27 UTC

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

2018-07-24 23:36:27 UTC

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

2018-07-24 23:36:27 UTC

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

2018-07-24 23:36:28 UTC

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

2018-07-24 23:36:28 UTC

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

2018-07-24 23:36:28 UTC

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

2018-07-24 23:36:28 UTC

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

2018-07-24 23:36:28 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