2018-08-16 21:04:59 UTC
134 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_VERSION18.0
[#000] sha256:5bba3ecb4cd6374a19da45f2a3db0a9c0804984358b3bb4b666c28944016e5ff - 21.46% (28.7 MB)
[#001] sha256:7a839378738b3063165be5b357b24088c02116fd8a6d823fb05ced667ed73b93 - 2.0% (2.68 MB)
[#002] sha256:2ee7542120899f48804a60c1bacef87795d25b55fcb84770ee4810ce6ea488b7 - 21.68% (29 MB)
[#003] sha256:995bface1189afe1c8a13d521de482646045bd5f3fc124969aa7f6621f9bd320 - 41.62% (55.7 MB)
[#004] sha256:36edf4db8bf09821e53caef0106eca8e509383aec99bbdfb3ce2368bfd2a1e05 - 0.0% (184 Bytes)
[#005] sha256:0fb36e93715efce6ab29837da6a6e17b5c192db2b87e60d11725c51b87980b24 - 3.82% (5.12 MB)
[#006] sha256:f4a3144d5995a79187e81101235349e1cb9e1b57c9f83ca5cf05fd05b5af5f97 - 0.0% (4.3 KB)
[#007] sha256:aed1e47348e5e893dda942724d6e5b6cd26737e564fda18cc28fffd1c67edc16 - 0.0% (980 Bytes)
[#008] sha256:355000df01f172c6d214084ef126fcb7a8cb2528d56fcd78e214faa509ce1e55 - 9.32% (12.5 MB)
[#009] sha256:f52c4337ee978814663b14f18bd4b8a4342755812d4f030c08aad074167cd000 - 0.0% (2.12 KB)
[#010] sha256:db621580e6d868980b788e3d7c7e767ea5bab026b5901942fa8f7438fb0d3327 - 0.05% (69.8 KB)
[#011] sha256:23c3221584a240b6615635869e0982f4de4cc3034d88bdc99c34dc2160b04968 - 0.0% (3.87 KB)
[#012] sha256:a1a6a61678cf3307606e855899ff39a30b2783b55bd5641ce398547e00681916 - 0.04% (60.5 KB)
[#013] sha256:5136dd8ab6ccd1263240d0485fbf17d53d9fa6593dd0f40eac9dfd42b55df9a9 - 0.0% (640 Bytes)
/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-25 17:48:14 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=18.0
2018-07-25 17:49:23 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-25 17:49:24 UTC/bin/sh -c #(nop) CMD ["pypy"]
2018-07-26 23:05:34 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2018-07-26 23:06:04 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-26 23:06:04 UTC/bin/sh -c #(nop) ARG PYPY_SUFFIX
2018-07-26 23:06:05 UTC/bin/sh -c ln -s /usr/local/bin/pypy${PYPY_SUFFIX} /usr/local/bin/python
2018-07-26 23:06:05 UTC/bin/sh -c #(nop) ARG LIBRDKAFKA_VERSION=0.11.5
2018-07-26 23:06:49 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-26 23:06:49 UTC|1 LIBRDKAFKA_VERSION=0.11.5 /bin/sh -c useradd -m -s /bin/bash snuba
2018-07-26 23:06:49 UTC/bin/sh -c #(nop) WORKDIR /home/snuba
2018-07-26 23:06:49 UTC/bin/sh -c #(nop) ARG PYTHON_VERSION=2
2018-07-26 23:06:50 UTC/bin/sh -c #(nop) COPY file:dc6d28a05c7723136bf5a001665da2b2ed5ab375543e110d0fe53a010463a918 in ./
2018-07-26 23:08:05 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-26 23:08:05 UTC/bin/sh -c #(nop) COPY dir:ccb6ad799ec947510234719f6570a45068a8e1b8aff0e05637b236e8887f8bfa in ./bin/
2018-08-16 21:04:56 UTC/bin/sh -c #(nop) COPY dir:9ededf80f6931e0dcf144dfb64989a7da8a7a9864c041fcf8ef652318bdeef7f in ./snuba/
2018-08-16 21:04:56 UTC/bin/sh -c #(nop) COPY multi:d302683c1d4f5e1f2ce06e43228f25ffe33cb5ae6f204636a30304c07038c33a in ./
2018-08-16 21:04:58 UTC|2 LIBRDKAFKA_VERSION=0.11.5 PYTHON_VERSION=2 /bin/sh -c python setup.py install && rm -rf ./build ./dist
2018-08-16 21:04:58 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_SERVER=clickhouse-server:9000
2018-08-16 21:04:58 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_TABLE=sentry
2018-08-16 21:04:58 UTC/bin/sh -c #(nop) ENV FLASK_DEBUG=0
2018-08-16 21:04:58 UTC/bin/sh -c #(nop) USER [snuba]
2018-08-16 21:04:59 UTC/bin/sh -c #(nop) EXPOSE 1218/tcp
2018-08-16 21:04:59 UTC/bin/sh -c #(nop) COPY file:39daecd0acf13c10b741193c4f47d8c9dd62a67fba5a04aa9397590ac6be9c84 in ./
2018-08-16 21:04:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]
2018-08-16 21:04:59 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.