2021-01-14 19:14:34 UTC
109 MB
0
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_DISABLE_PIP_VERSION_CHECKon
PIP_NO_CACHE_DIRoff
PYTHONDONTWRITEBYTECODE1
PYTHONUNBUFFERED1
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
SNUBA_RELEASEb6e1db35ad5d71ce2a200286befdb7cc240d1f0b
UWSGI_DOGSTATSD_EXTRA_TAGSservice:snuba
UWSGI_ENABLE_METRICStrue
UWSGI_NEED_PLUGIN/var/lib/uwsgi/dogstatsd
UWSGI_STATS_PUSHdogstatsd:127.0.0.1:8126
[#000] sha256:a076a628af6f7dcabc536bee373c0d9b48d9f0516788e64080c4e841746e6ce6 - 23.69% (25.9 MB)
[#001] sha256:a36ca90be64c5f3c8c72bc27f50e550b97080affa4657a3c1cbbbb02a1c014f5 - 2.4% (2.62 MB)
[#002] sha256:44f7d13c37e7a15be5b086fbb34e20509ff373fbe1ac5c803c7383946a567413 - 9.33% (10.2 MB)
[#003] sha256:b0d4acfb9127afa5719ba03577ee8c88b34f8112cbb0748cc9ac6cb956d0e7ce - 0.0% (232 Bytes)
[#004] sha256:3c908eb8c37b3ffa345973e1b639f3a9098c882969311f747b5e4ff533540ece - 2.12% (2.31 MB)
[#005] sha256:66dfc1089f7bd4f1144b53aab4ff54e34cc4cc208b7e8524306a885dc4247ee6 - 0.0% (941 Bytes)
[#006] sha256:cd578975af66194cfff75bc50d298beadebfec27b3987f448fd56cdab78449cf - 1.04% (1.14 MB)
[#007] sha256:e2848cd7b872731e4e958c0b70a0726a75320bec8bd82b7622d74fb9eabc92b9 - 0.0% (166 Bytes)
[#008] sha256:51276486cb375758dd454cd76fc747072e648abf4d3b69359821b4c8853c78f6 - 0.0% (682 Bytes)
[#009] sha256:947fc7393b8f0c0e3e4b08e013af0409db94be2fe24098b80ad6840bfbc0d5b3 - 60.07% (65.6 MB)
[#010] sha256:60611c8efa95386a1727916dd4aabb74960b3a9184ad143bf752dc912ad282bf - 0.39% (433 KB)
[#011] sha256:61af7a6607b210104cd969293237e32e9690bfe3adfec920d320a68a327b881e - 0.96% (1.04 MB)
/bin/sh -c #(nop) ADD file:422aca8901ae3d869a815051cea7f1e4c0204fad16884e7cd01da57d142f2e3a in /
2021-01-12 00:32:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 16:21:17 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 16:21:17 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 17:07:51 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 17:07:51 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 17:07:51 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 17:17:46 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 17:17:48 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-01-12 17:17:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 17:17:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 17:17:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 17:18:04 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 17:18:04 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-12 21:47:24 UTC/bin/sh -c set -ex; apt-get update; apt-get install --no-install-recommends -y libexpat1 libffi6 liblz4-1 libpcre3 ; rm -rf /var/lib/apt/lists/*
2021-01-12 21:47:36 UTC/bin/sh -c set -x && export GOSU_VERSION=1.11 && fetchDeps=" dirmngr gnupg wget " && apt-get update && apt-get install -y --no-install-recommends $fetchDeps && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64.asc" && export GNUPGHOME="$(mktemp -d)" && for key in B42F6819007F00F88E364FD4036A9C25BF357DD4 ; do gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys "$key" || gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; done && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && gpgconf --kill all && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove $fetchDeps && rm -rf /var/lib/apt/lists/*
2021-01-12 21:47:36 UTC/bin/sh -c #(nop) WORKDIR /usr/src/snuba
2021-01-12 21:47:36 UTC/bin/sh -c #(nop) ENV PIP_NO_CACHE_DIR=off PIP_DISABLE_PIP_VERSION_CHECK=on
2021-01-12 21:47:36 UTC/bin/sh -c #(nop) COPY file:30d8581f94bb05cdef0ddac3266ddf39d49e5afd7d89299d9ebf93c3b898208d in ./
2021-01-12 21:48:57 UTC/bin/sh -c set -ex; buildDeps=' gcc libc6-dev liblz4-dev libpcre3-dev wget '; apt-get update; apt-get install -y $buildDeps --no-install-recommends; pip install -r requirements.txt; mkdir /tmp/uwsgi-dogstatsd; wget -O - https://github.com/DataDog/uwsgi-dogstatsd/archive/bc56a1b5e7ee9e955b7a2e60213fc61323597a78.tar.gz | tar -xvz -C /tmp/uwsgi-dogstatsd --strip-components=1; uwsgi --build-plugin /tmp/uwsgi-dogstatsd; rm -rf /tmp/uwsgi-dogstatsd .uwsgi_plugins_builder; mkdir -p /var/lib/uwsgi; mv dogstatsd_plugin.so /var/lib/uwsgi/; uwsgi --need-plugin=/var/lib/uwsgi/dogstatsd --help > /dev/null; apt-get purge -y --auto-remove $buildDeps; rm -rf /var/lib/apt/lists/*;
2021-01-14 19:14:27 UTC/bin/sh -c #(nop) COPY dir:36e6dd6c11fb6dacf6e23c95d228c38c68f16b6438822c6baf6e8462a6a0a27a in ./
2021-01-14 19:14:33 UTC/bin/sh -c set -ex; groupadd -r snuba; useradd -r -g snuba snuba; chown -R snuba:snuba ./; pip install -e .; snuba --help;
2021-01-14 19:14:34 UTC/bin/sh -c #(nop) ARG SNUBA_VERSION_SHA
2021-01-14 19:14:34 UTC/bin/sh -c #(nop) ENV SNUBA_RELEASE=b6e1db35ad5d71ce2a200286befdb7cc240d1f0b FLASK_DEBUG=0 PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 UWSGI_ENABLE_METRICS=true UWSGI_NEED_PLUGIN=/var/lib/uwsgi/dogstatsd UWSGI_STATS_PUSH=dogstatsd:127.0.0.1:8126 UWSGI_DOGSTATSD_EXTRA_TAGS=service:snuba
2021-01-14 19:14:34 UTC/bin/sh -c #(nop) EXPOSE 1218
2021-01-14 19:14:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]
2021-01-14 19:14:34 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.