Namespace
getsentry
Image / Tag
snuba:0c0e8165fc8e81d65c5ffc3a483d950d8d39d612
Content Digest
sha256:ef4e09b9e45643d72186ca7457541b670cf6a8c261a2052e97836f08c339605e
Details
Created

2020-09-21 23:07:56 UTC

Size

108 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

6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py

PYTHON_PIP_VERSION

20.2.3

PYTHON_VERSION

3.8.5

SNUBA_RELEASE

0c0e8165fc8e81d65c5ffc3a483d950d8d39d612

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:d121f8d1c4128ebc1e95e5bfad90a0189b84eadbbb2fbaad20cbb26d20b2c8a2 - 23.99% (25.8 MB)

[#001] sha256:ca572574cc82ba635292c0aba70b719de39faffe7a40a802bb0f8c22663b51ac - 2.44% (2.62 MB)

[#002] sha256:776716b0aa87537801fc2287d4c3796c233bfe1ce6568038494d101ed2e3f291 - 9.23% (9.94 MB)

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

[#004] sha256:bdb458dd27ea53bf3830e3e158cff3c11d3580fa6bf7b9691022da4e963ab4c3 - 2.13% (2.3 MB)

[#005] sha256:d044f5e77719fb5f551e14207d3450cb65623d67b81b656e4685c1c44181b40b - 0.0% (940 Bytes)

[#006] sha256:aa2ad635b66cf04d5f7e2684ec460545abf86e0a53ebb53386bde16faf3314d7 - 1.06% (1.14 MB)

[#007] sha256:1a9514d0e2b1306b570116ef1ec8a4fd30d842ac39bcfb60aa8cfd631febbedd - 0.0% (168 Bytes)

[#008] sha256:5374ffc0df9af0bed395d602997c68974f130437270336e4957aff6ff3c42599 - 0.0% (690 Bytes)

[#009] sha256:1a2436bf9d47a29a0e9e747b7651561a1f55666a3a7a5cdfa67e142f40edcfcb - 59.94% (64.6 MB)

[#010] sha256:6ff728ecdb309c31eee26227875a38f66b16161d30d4aebc0fc75fa4fe085c95 - 0.35% (390 KB)

[#011] sha256:d5444a8c5d11b11f8c700775dd53a7bfc1c9284d1d94263d03a51c24b082e3b0 - 0.86% (945 KB)


History
2020-09-10 00:23:29 UTC

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

2020-09-10 00:23:30 UTC

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

2020-09-10 16:28:20 UTC

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

2020-09-10 16:28:20 UTC

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

2020-09-10 16:28:29 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*

2020-09-10 16:28:29 UTC

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

2020-09-10 16:48:29 UTC

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

2020-09-10 16:59:53 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

2020-09-10 16:59:54 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

2020-09-10 16:59:54 UTC

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

2020-09-10 16:59:54 UTC

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

2020-09-10 16:59:55 UTC

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

2020-09-10 17:00:10 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

2020-09-10 17:00:10 UTC

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

2020-09-10 21:31:17 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/*

2020-09-10 21:31:27 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/*

2020-09-10 21:31:27 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/snuba

2020-09-10 21:31:27 UTC

/bin/sh -c #(nop) ENV PIP_NO_CACHE_DIR=off PIP_DISABLE_PIP_VERSION_CHECK=on

2020-09-10 21:31:28 UTC

/bin/sh -c #(nop) COPY file:b32746dba385831b510d6c665f0c4a969504d937bff52e863a592319b31cd11f in ./

2020-09-10 21:32:48 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/*;

2020-09-21 23:07:49 UTC

/bin/sh -c #(nop) COPY dir:cd33a109fc984eed3697d037500348a4db6d8a6552b795a60c1a79b3e7bc39fb in ./

2020-09-21 23:07:55 UTC

/bin/sh -c set -ex; groupadd -r snuba; useradd -r -g snuba snuba; chown -R snuba:snuba ./; pip install -e .; snuba --help;

2020-09-21 23:07:55 UTC

/bin/sh -c #(nop) ARG SNUBA_VERSION_SHA

2020-09-21 23:07:56 UTC

/bin/sh -c #(nop) ENV SNUBA_RELEASE=0c0e8165fc8e81d65c5ffc3a483d950d8d39d612 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

2020-09-21 23:07:56 UTC

/bin/sh -c #(nop) EXPOSE 1218

2020-09-21 23:07:56 UTC

/bin/sh -c #(nop) ENTRYPOINT ["./docker_entrypoint.sh"]

2020-09-21 23:07:56 UTC

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

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