2018-06-26 16:40:05 UTC
124 MB
clickhouse-server:9000
CLICKHOUSE_TABLEsentry
DEBIAN_FRONTENDnoninteractive
FLASK_DEBUG0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION6.0.0
PYTHON_PIP_VERSION10.0.1
[#000] sha256:4d0d76e05f3c6caf923a71ca3b3d2cc8c834ca61779ae6b6d83547f3dd814980 - 23.2% (28.7 MB)
[#001] sha256:bce98dfe453fdef2606ed68db1058bedc5739184800da66eba590dfe732f3e44 - 2.2% (2.73 MB)
[#002] sha256:77a3386feb5b413cedfa302267fbeb09fd1349a6a4e3092d796459c8d0261b37 - 23.45% (29 MB)
[#003] sha256:2bd05615746edc4c8813a89545c4ded9919a0dd2fce4298d334d2c417a543244 - 37.38% (46.3 MB)
[#004] sha256:7be4570d357da368b6462e068048026058d6858649b4be3da0099948428d3835 - 0.0% (184 Bytes)
[#005] sha256:cdf800783b5e7861a0c51e62c5b34b59bbb5d0b80b3289943e6ff40e62d2b708 - 3.62% (4.48 MB)
[#006] sha256:d472dda090e7d57b7924b970428c746f6f30c74d45edeca5f870a711aba6db1f - 0.0% (4.31 KB)
[#007] sha256:8b83cd3c6fec930ae285a188096fbd7259ac03a2fb2cf76141377f0f75ca9b45 - 0.0% (988 Bytes)
[#008] sha256:f87814eda95d26dbf9ac78fbed95030ce9000d8e91cb181a31c48ab5edae10fc - 10.06% (12.5 MB)
[#009] sha256:d701aa02f0e92068e81548ba0868adedbab813b5ca10d72929afc37e4c6b654f - 0.0% (2.47 KB)
[#010] sha256:bd54b96fcd1b8b723c0529ca4927e4370d1964c827c5db1758293ac99b86077b - 0.05% (58.4 KB)
[#011] sha256:709286e2de06820e08d9f673cbc445395862e34c5b167147d247ff2e7f39bf55 - 0.0% (2 KB)
[#012] sha256:957586e1b7aa9ca7daa830d06248d6ba4644aca07a9d51173453df37fa92bd6d - 0.04% (52.3 KB)
[#013] sha256:f59b9f3c43eb26abc06a863a87b3742d14fcf41d524bbaf89e5f7550f5656d43 - 0.0% (648 Bytes)
/bin/sh -c #(nop) ADD file:50be6ceb11c382ed9674106471df123e9a76f549fe729b4751bc95662258f9e0 in /
2018-04-28 06:45:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-06-06 02:55:43 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-06-06 02:55:43 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-06-06 03:05:45 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-06 03:05:45 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=6.0.0
2018-06-06 03:05:45 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=10.0.1
2018-06-06 03:07:25 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-06 03:07:26 UTC/bin/sh -c #(nop) CMD ["pypy"]
2018-06-06 15:41:02 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2018-06-06 15:41:28 UTC/bin/sh -c apt-get update && apt-get install --no-install-recommends -y curl build-essential libpcre3 libpcre3-dev liblz4-1 liblz4-dev && rm -rf /var/lib/apt/lists/* /var/cache/debconf/*-old
2018-06-18 17:00:31 UTC/bin/sh -c #(nop) ARG PYPY_SUFFIX
2018-06-18 17:00:31 UTC/bin/sh -c ln -s /usr/local/bin/pypy${PYPY_SUFFIX} /usr/local/bin/python
2018-06-18 17:01:09 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-18 17:01:10 UTC/bin/sh -c useradd -m -s /bin/bash snuba
2018-06-18 17:01:10 UTC/bin/sh -c #(nop) WORKDIR /home/snuba
2018-06-18 17:01:10 UTC/bin/sh -c #(nop) ARG PYTHON_VERSION=2
2018-06-18 20:30:16 UTC/bin/sh -c #(nop) COPY file:9f9240ca5e726e30cbb41b78a4a194eaacf50836748f5a239b06b44387e6961f in ./
2018-06-18 20:31:28 UTC|1 PYTHON_VERSION=2 /bin/sh -c pip install --no-cache-dir -r requirements-py${PYTHON_VERSION}.txt
2018-06-18 20:31:28 UTC/bin/sh -c #(nop) COPY dir:66523559d79211ea413411013394d06d49789a2b2640adae96e85c2194062e35 in ./bin/
2018-06-26 16:40:02 UTC/bin/sh -c #(nop) COPY dir:fd5f4020a56d9ae75f4acf8705a58c05e2d1f18a718bfd461cbddfd70f62b718 in ./snuba/
2018-06-26 16:40:02 UTC/bin/sh -c #(nop) COPY multi:d3b4035225523804a81b341841adca3ee40e8bd306f784ed2303520bec0719fc in ./
2018-06-26 16:40:04 UTC|1 PYTHON_VERSION=2 /bin/sh -c python setup.py install && rm -rf ./build ./dist
2018-06-26 16:40:04 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_SERVER=clickhouse-server:9000
2018-06-26 16:40:04 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_TABLE=sentry
2018-06-26 16:40:04 UTC/bin/sh -c #(nop) ENV FLASK_DEBUG=0
2018-06-26 16:40:04 UTC/bin/sh -c #(nop) USER [snuba]
2018-06-26 16:40:04 UTC/bin/sh -c #(nop) EXPOSE 1218/tcp
2018-06-26 16:40:04 UTC/bin/sh -c #(nop) COPY file:ca5d41848f28767f090acda9e1abd6492d3541eee6887fcc476e0214616ca8e1 in ./
2018-06-26 16:40:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]
2018-06-26 16:40:05 UTC/bin/sh -c #(nop) CMD ["api"]
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.