2018-05-24 14:08:37 UTC
123 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.34% (28.7 MB)
[#001] sha256:cd3c8d3e2e97f6ca65ce1cb5bd3c9ee8647a2356660fb6ea071ea9ed2ad1b1f7 - 2.22% (2.73 MB)
[#002] sha256:5def4b273e1f984b93eb0a88e9d122939802547a47eb0ecebf611f5d69da674a - 23.59% (29 MB)
[#003] sha256:e193fd8ed9d2d515efb99e308477d91dde223c92bf4e3dd7d8c21a153766c554 - 37.6% (46.3 MB)
[#004] sha256:f93c556e81a54938c9fa1f4dd3ddff686faf5c1fed5365a75fd4e53dc15303dc - 0.0% (183 Bytes)
[#005] sha256:7847b20ba7b815a3cdbabc2ae5a8579846dee671bf811be9c51d2abd210da901 - 3.64% (4.48 MB)
[#006] sha256:46ec30f81597e48117abab15d3b366133203a8835a00cf444f29ef034b03ad35 - 0.0% (4.31 KB)
[#007] sha256:9dffae43a1e956a6a4cea3e156e5b4d62f319dfd39899f06e917bf120e6b58b2 - 0.0% (913 Bytes)
[#008] sha256:b4f5bd391f9338c45575ad925e5695e32604d5b10455cec2760a7ed998ac0dca - 9.54% (11.7 MB)
[#009] sha256:db4a311742d25fa7564a38c91a41e02a55b03ad50208320537dfde298a84ebc1 - 0.0% (2.41 KB)
[#010] sha256:955c49c82e639f0bb12acec16d9ff1939a3271c104367578b5d32a24d5abd4cc - 0.04% (48.5 KB)
[#011] sha256:f856dc4eb3e47552d1335e49242cedde65f54e9b1cd0bdf27159d7ad829fda42 - 0.0% (1.99 KB)
[#012] sha256:d2e80d262fb36a72663ad420b7416f635d2bee237c67bc3fd95c8e4ff2549a38 - 0.03% (44 KB)
[#013] sha256:dd84ddc36a4a152a858eaf7862afe1cf44d229d08bf05de7f7cfc76d8a5d3a11 - 0.0% (592 Bytes)
/bin/sh -c #(nop) ADD file:50be6ceb11c382ed9674106471df123e9a76f549fe729b4751bc95662258f9e0 in /
2018-04-28 06:45:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-05-01 22:09:51 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-05-01 22:09:51 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-05-02 08:47:11 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-05-02 08:47:12 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=6.0.0
2018-05-02 08:47:12 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=10.0.1
2018-05-05 02:52:46 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-05-05 02:52:46 UTC/bin/sh -c #(nop) CMD ["pypy"]
2018-05-24 14:06:25 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2018-05-24 14:06:52 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-05-24 14:06:52 UTC/bin/sh -c ln -s /usr/local/bin/pypy /usr/local/bin/python
2018-05-24 14:07:29 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-05-24 14:07:30 UTC/bin/sh -c useradd -m -s /bin/bash snuba
2018-05-24 14:07:30 UTC/bin/sh -c #(nop) WORKDIR /home/snuba
2018-05-24 14:07:30 UTC/bin/sh -c #(nop) COPY file:b4706f13d5b928727f99c6e15a02f7e3018643a6778809ec62ac771fcefb0ddf in ./
2018-05-24 14:08:34 UTC/bin/sh -c pip install --no-cache-dir -r requirements.txt
2018-05-24 14:08:34 UTC/bin/sh -c #(nop) COPY dir:e7f328d65650694400f505f3ddb6f4e00baeadaa79d1279f527d1150f1eb522d in ./bin/
2018-05-24 14:08:34 UTC/bin/sh -c #(nop) COPY dir:6c6e9959a349bbc6a2b8742e6716cb608aef1f527bfd499f8cfe1f0694c3952c in ./snuba/
2018-05-24 14:08:34 UTC/bin/sh -c #(nop) COPY multi:ebc3cb0dcf0628633b0f6485eb33a175dd74b30f67a0c6c7d2bfee87abb4f39a in ./
2018-05-24 14:08:36 UTC/bin/sh -c python setup.py install && rm -rf ./build ./dist
2018-05-24 14:08:36 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_SERVERS=clickhouse-server:9000
2018-05-24 14:08:36 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_TABLE=sentry
2018-05-24 14:08:36 UTC/bin/sh -c #(nop) ENV FLASK_DEBUG=0
2018-05-24 14:08:36 UTC/bin/sh -c #(nop) USER [snuba]
2018-05-24 14:08:36 UTC/bin/sh -c #(nop) EXPOSE 1218/tcp
2018-05-24 14:08:36 UTC/bin/sh -c #(nop) COPY file:0ec0a078b4cc8a4a62f674c5a5fd982efd190861dc51dc10a696ec36bbbcd32d in ./
2018-05-24 14:08:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]
2018-05-24 14:08:37 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.