Namespace
getsentry
Image / Tag
snuba:67de9a3
Content Digest
sha256:09cded674dd598518db044eb6c9d5e7c0e9f2fc150762ef117bbd47513d4a2a0
Details
Created

2021-04-20 20:11:11 UTC

Size

110 MB

Content Digest
Environment
FLASK_DEBUG

0

GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PIP_DISABLE_PIP_VERSION_CHECK

on

PIP_NO_CACHE_DIR

off

PYTHONDONTWRITEBYTECODE

1

PYTHONUNBUFFERED

1

PYTHON_GET_PIP_SHA256

e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public/get-pip.py

PYTHON_PIP_VERSION

21.0.1

PYTHON_VERSION

3.8.9

SNUBA_RELEASE

UWSGI_DOGSTATSD_EXTRA_TAGS

service:snuba

UWSGI_ENABLE_METRICS

true

UWSGI_NEED_PLUGIN

/var/lib/uwsgi/dogstatsd

UWSGI_STATS_PUSH

dogstatsd:127.0.0.1:8126


Layers

[#000] sha256:f7ec5a41d630a33a2d1db59b95d89d93de7ae5a619a3a8571b78457e48266eba - 23.44% (25.9 MB)

[#001] sha256:6f318b7b4c32e5bbdcf826cefc687951e49af93c21b726f1ac537d6a74f86aa5 - 2.39% (2.64 MB)

[#002] sha256:65be07e2a755b449f878b2df8f385d1f2df981db4443de655ed5eb4936f47d0c - 9.23% (10.2 MB)

[#003] sha256:d843bb564d1d08cefc14ec28a27e4cdd6b02c3f9d3f5cab64cf3b32d3cbf8062 - 0.0% (233 Bytes)

[#004] sha256:044f430d907fc5f8f27cc38f44d2f274f87346f6ade1286d6ba9d967bd453000 - 2.12% (2.34 MB)

[#005] sha256:15227444e640f02ece9f8ba4734fdaf361f70aea22f5e7654cf7ec721bfdb269 - 0.0% (767 Bytes)

[#006] sha256:1ef094ed4bf8b28b6fb4e191a1f56e8d6fbfa0c18b7a5130ff2e946bd309cb0c - 0.85% (959 KB)

[#007] sha256:a719285b86288b30533434ff058198f88d5d52ca210eb1b7894ef7deb7c47113 - 0.0% (142 Bytes)

[#008] sha256:b3e870cdeb88605dbba7ce15ec49e8da667b0ba45e248d2bd31eac2c4cd83b50 - 0.0% (706 Bytes)

[#009] sha256:22027637efc6ab3b7ec917181ee1123ca6d0b78d70b95cbe1cc926adaec96498 - 59.81% (66 MB)

[#010] sha256:889a17098db38f6a92d1a3af69a02435e18a0d17989e4a333a762511151d4f4d - 0.44% (499 KB)

[#011] sha256:b6b9dbdcd5b8ca220a43afecc93aa6a353bd685f368b7e9d64dd731a821e32f9 - 1.65% (1.83 MB)

[#012] sha256:501c9f96c78d3f08437af69df7d50f89a4048f311723c82844a299bffe6a14d0 - 0.06% (67.2 KB)


History
2021-04-10 01:20:22 UTC

/bin/sh -c #(nop) ADD file:c855b3c65f5ba94d548d7d2659094eeb63fbf7f8419ac8e07712c3320c38b62c in /

2021-04-10 01:20:22 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-04-10 15:15:47 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-04-10 15:15:47 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2021-04-10 15:48:31 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-04-10 15:48:31 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2021-04-10 15:48:31 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.9

2021-04-10 15:56:01 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-04-10 15:56:02 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-04-10 15:56:02 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.0.1

2021-04-10 15:56:03 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public/get-pip.py

2021-04-10 15:56:03 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de

2021-04-10 15:56:15 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-04-10 15:56:16 UTC

/bin/sh -c #(nop) CMD ["python3"]

0001-01-01 00:00:00 UTC

RUN set -ex; apt-get update; apt-get install --no-install-recommends -y libexpat1 libffi6 liblz4-1 libpcre3 ; rm -rf /var/lib/apt/lists/*

0001-01-01 00:00:00 UTC

RUN 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/*

0001-01-01 00:00:00 UTC

WORKDIR /usr/src/snuba

0001-01-01 00:00:00 UTC

COPY requirements.txt ./

0001-01-01 00:00:00 UTC

RUN 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/*;

0001-01-01 00:00:00 UTC

COPY . ./

0001-01-01 00:00:00 UTC

RUN 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 UTC

RUN pip install -r requirements-test.txt

Danger Zone
Delete Tag

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.

Delete