2018-06-28 21:07:08 UTC
133 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:2caa28db99eb312c788669036f0bf3914f73f5a27a30f69d2a7443fce10eb882 - 21.55% (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:86c3c56ef56935a9f41ebf93c3800e6e4491182ff773dddc119e21690e14d31b - 0.0% (1.02 KB)
[#008] sha256:d6648f671ac018e94294798ba66412862b0f6a61242acd3743585cc5c80c7887 - 9.34% (12.5 MB)
[#009] sha256:95a48089f0d59a98e7ac48684f1132ccf00017f20b4f1bf79e39e7f2a6c89f23 - 0.0% (2.47 KB)
[#010] sha256:3e9c7d4b86a3a3becb9695a6b7b2b07fd48573940f8e86d90259dfc5bb20a422 - 0.05% (62.1 KB)
[#011] sha256:11db4f61a7e652c4b6b52bd2aa5f0965c32cad20369e3e900e89484f39625e18 - 0.0% (2.01 KB)
[#012] sha256:3bc2b923bcace5f41599d946d03ccf02435f9148ee8cc85e04fa0f4c1207e442 - 0.04% (53.1 KB)
[#013] sha256:19dd3582b8815abc0c913620c4de03de8ec8f8d2445e5b55c0522d3a9dc82968 - 0.0% (646 Bytes)
/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 21:05:55 UTC/bin/sh -c #(nop) COPY file:75ae4948f7dcf3a59c8082edda4c1acf4395cb227ce72b0c2743741784a16f07 in ./
2018-06-28 21:07:05 UTC|1 PYTHON_VERSION=2 /bin/sh -c pip install --no-cache-dir -r requirements-py${PYTHON_VERSION}.txt
2018-06-28 21:07:05 UTC/bin/sh -c #(nop) COPY dir:66523559d79211ea413411013394d06d49789a2b2640adae96e85c2194062e35 in ./bin/
2018-06-28 21:07:05 UTC/bin/sh -c #(nop) COPY dir:2abfa22ce6fbf426027497289b9f4521b736afa4a61347b8a61e67edf458fc1c in ./snuba/
2018-06-28 21:07:05 UTC/bin/sh -c #(nop) COPY multi:d3b4035225523804a81b341841adca3ee40e8bd306f784ed2303520bec0719fc in ./
2018-06-28 21:07:07 UTC|1 PYTHON_VERSION=2 /bin/sh -c python setup.py install && rm -rf ./build ./dist
2018-06-28 21:07:07 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_SERVER=clickhouse-server:9000
2018-06-28 21:07:07 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_TABLE=sentry
2018-06-28 21:07:07 UTC/bin/sh -c #(nop) ENV FLASK_DEBUG=0
2018-06-28 21:07:07 UTC/bin/sh -c #(nop) USER [snuba]
2018-06-28 21:07:07 UTC/bin/sh -c #(nop) EXPOSE 1218/tcp
2018-06-28 21:07:07 UTC/bin/sh -c #(nop) COPY file:ca5d41848f28767f090acda9e1abd6492d3541eee6887fcc476e0214616ca8e1 in ./
2018-06-28 21:07:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]
2018-06-28 21:07:08 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.