2021-12-10 18:19:54 UTC
122 MB
0
GOSU_SHA2560f25a21cf64e58078057adc78f38705163c1d564a959ff30a891c31917011a54
GOSU_VERSION1.12
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_SHA256c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
PYTHON_PIP_VERSION21.2.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.8.12
SNUBA_RELEASE37bc951924d2f84e1883b117d1dc2ccd1db24cf2
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:e5ae68f740265288a4888db98d2999a638fdcb6d725f427678814538d253aa4d - 24.55% (29.9 MB)
[#001] sha256:5007e9ae005c1e8657c373ad27d7a6054d2b8cfc037ac22a0c959241bff9b364 - 0.84% (1.03 MB)
[#002] sha256:c87c5660d119c1dc80800a9611aa5d90221883bd93494c9cafbdf50d5978687c - 8.43% (10.3 MB)
[#003] sha256:d4490731c277a3a6235130fe0f103bdfa2863d7a2c044e078ca923c0952f8f73 - 0.0% (232 Bytes)
[#004] sha256:51f951ddd7713a4ddee0e0e88855cc445610b85e5c5fe9eccaaf9df2516635bf - 2.07% (2.52 MB)
[#005] sha256:712442a1bbc8be8616080389343a85be1feb84df674336aa95d529490fe74396 - 0.0% (791 Bytes)
[#006] sha256:0655656488350aba9bb7784634ca34502673fc6a05e594d8c74e9a5ebc5e2d13 - 0.81% (1010 KB)
[#007] sha256:a16c71030053867c1a0f45fe8901a729eb320db35ffa55c295e24e6d407f6154 - 0.0% (140 Bytes)
[#008] sha256:4b991fa0e7d13cd927e152b4d27197f243338794f2111807f3740da7820590c3 - 0.0% (701 Bytes)
[#009] sha256:5a2a70d77fa9bc2454df5ec1df6bffb9de2a0bc3327812f65c26dfcf960ab6f9 - 61.39% (74.8 MB)
[#010] sha256:aa420f51f47f5dd55634aa40e9a7ff0c4767789406574e868997c43620de2ebd - 0.49% (605 KB)
[#011] sha256:3015f751ecbbd8ede2df7a0db1aec8fd1d2c3aac89b4b7d1d0f992dd22d1a621 - 1.4% (1.7 MB)
[#012] sha256:747f7ee1f76f49e09058bc16f106ab6203cd34e681cd2574e6e4d97e4f795ff5 - 0.04% (47.8 KB)
/bin/sh -c #(nop) ADD file:ece5ff85ca549f0b1e9139d29dcb43a52af672d0591c423e28180f6d8d700ad7 in /
2021-12-02 02:48:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-12-02 23:54:29 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-12-02 23:54:30 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-12-03 01:53:59 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-12-03 01:53:59 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-12-03 01:54:00 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.12
2021-12-03 02:03:57 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 hkps://keys.openpgp.org --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-12-03 02:04:00 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-12-03 02:04:00 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4
2021-12-03 02:04:01 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2021-12-03 02:04:01 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
2021-12-03 02:04:01 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
2021-12-03 02:04:23 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" "setuptools==$PYTHON_SETUPTOOLS_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-12-03 02:04:23 UTC/bin/sh -c #(nop) CMD ["python3"]
0001-01-01 00:00:00 UTCRUN set -ex; apt-get update; apt-get install --no-install-recommends -y libexpat1 liblz4-1 libpcre3 ; rm -rf /var/lib/apt/lists/*
0001-01-01 00:00:00 UTCRUN set -x && buildDeps=" wget " && apt-get update && apt-get install -y --no-install-recommends $buildDeps && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64" && echo "$GOSU_SHA256 /usr/local/bin/gosu" | sha256sum --check --status && chmod +x /usr/local/bin/gosu && apt-get purge -y --auto-remove $buildDeps
0001-01-01 00:00:00 UTCWORKDIR /usr/src/snuba
0001-01-01 00:00:00 UTCCOPY requirements.txt ./
0001-01-01 00:00:00 UTCRUN set -ex; buildDeps=' gcc libc6-dev liblz4-dev libpcre3-dev wget '; apt-get update; apt-get install -y $buildDeps --no-install-recommends; [ $(uname -m) = "aarch64" ] && apt-get install -y librdkafka-dev --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/*;
0001-01-01 00:00:00 UTCCOPY . ./
0001-01-01 00:00:00 UTCRUN set -ex; groupadd -r snuba; useradd -r -g snuba snuba; chown -R snuba:snuba ./; pip install -e .; snuba --help;
0001-01-01 00:00:00 UTCRUN pip install -r requirements-test.txt
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.