2018-06-28 23:54:54 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.56% (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:cba90d49048f5f1b70dc6ef73708454cb959fa93d09e47025f42977ee3fa5beb - 0.0% (987 Bytes)
[#008] sha256:16aca57e703748e7b84ac18f7b5242ad6c29575420c984071ace3659f706b290 - 9.34% (12.5 MB)
[#009] sha256:62afe69a6beb3008527cf4a04bf187bcae3ab2bff13ba70defc251823ba12d01 - 0.0% (2.47 KB)
[#010] sha256:fa6b0efb54dfd3f5c95a01131bea41e5c8819bde06c227bda54fa96e2e636b3b - 0.04% (59.3 KB)
[#011] sha256:bc32089573cea7d5bda8f93f0d0ac15b8a905d34b7bfad86ee32549d4921817e - 0.0% (2.01 KB)
[#012] sha256:9615094af1c1b736e0408d354fb28061669735fd544425ba8c7744560db694b2 - 0.04% (53.1 KB)
[#013] sha256:ee4875c35d52f69c859cf43937f45b8a8b0f0dc31ef295dc41e0490a80cfb6ae - 0.0% (645 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 23:53:42 UTC/bin/sh -c #(nop) COPY file:9f9240ca5e726e30cbb41b78a4a194eaacf50836748f5a239b06b44387e6961f in ./
2018-06-28 23:54:52 UTC|1 PYTHON_VERSION=2 /bin/sh -c pip install --no-cache-dir -r requirements-py${PYTHON_VERSION}.txt
2018-06-28 23:54:52 UTC/bin/sh -c #(nop) COPY dir:66523559d79211ea413411013394d06d49789a2b2640adae96e85c2194062e35 in ./bin/
2018-06-28 23:54:52 UTC/bin/sh -c #(nop) COPY dir:848c06fc90fc42ee9873f6ff0c330a81dd9e250b8be48a3621061c8459fbfcb2 in ./snuba/
2018-06-28 23:54:52 UTC/bin/sh -c #(nop) COPY multi:d3b4035225523804a81b341841adca3ee40e8bd306f784ed2303520bec0719fc in ./
2018-06-28 23:54:53 UTC|1 PYTHON_VERSION=2 /bin/sh -c python setup.py install && rm -rf ./build ./dist
2018-06-28 23:54:54 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_SERVER=clickhouse-server:9000
2018-06-28 23:54:54 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_TABLE=sentry
2018-06-28 23:54:54 UTC/bin/sh -c #(nop) ENV FLASK_DEBUG=0
2018-06-28 23:54:54 UTC/bin/sh -c #(nop) USER [snuba]
2018-06-28 23:54:54 UTC/bin/sh -c #(nop) EXPOSE 1218/tcp
2018-06-28 23:54:54 UTC/bin/sh -c #(nop) COPY file:ca5d41848f28767f090acda9e1abd6492d3541eee6887fcc476e0214616ca8e1 in ./
2018-06-28 23:54:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]
2018-06-28 23:54:54 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.