Namespace
getsentry
Image / Tag
snuba:790b656fa0f9cfac6c3a69226affed720fcfb4d4
Content Digest
sha256:aa6faffa6f47e82e04be63a55c75dc081ac690a265e7f6af1cd74ce5262aa551
Details
Created

2020-07-31 18:41:58 UTC

Size

117 MB

Content Digest
Environment
FLASK_DEBUG

0

GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

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

a30ff8a3446c592c6d70403a82483716e7b759e8eecba2c8d3f6ecfb34a8d6d7

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

20.2

PYTHON_VERSION

3.7.8

SNUBA_RELEASE

790b656fa0f9cfac6c3a69226affed720fcfb4d4

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:6ec8c9369e08152361a01729f2c8a1e7aae898426c6e67267f41894bf9524827 - 22.12% (25.8 MB)

[#001] sha256:401b5acb42e6784f873065f40787ef99fe6e18032e4a5a752699dde7c85af4c1 - 2.24% (2.62 MB)

[#002] sha256:2e487de6656a4f32e6c1834a357a8706798c0286b71e8ff3c1e7bc3219597e45 - 16.68% (19.5 MB)

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

[#004] sha256:a3d1a61e090c207c6212d84f1002a8f0bca6b3d9ccc7d6257ef10c6a262c31af - 1.96% (2.29 MB)

[#005] sha256:f456792bd5c6e03cea4e4f7d91af978183ae0661ec746a9c15d0cf1f91d16c1f - 0.0% (1.7 KB)

[#006] sha256:d2aa834118d0d03ac960b7ae295cdd7bf9dbb6b62e278e23ef8c21f863edd1f0 - 0.0% (167 Bytes)

[#007] sha256:f5dd04de97f45f585762618ff71508d5797b67bcc3d5c80cd197077f0747c60a - 0.0% (945 Bytes)

[#008] sha256:a0d088f83370aeafc5f63e7f40c10c5f1e252db1baaf160e96b417e7a7c5e7d4 - 0.98% (1.15 MB)

[#009] sha256:de2b11d4587a664dd7b4961880ae3cf6af07a48b27c54dcef9224b4dc419ce84 - 0.3% (358 KB)

[#010] sha256:f7a2e04770317ee13822c9d37d9cd8625f7ec945d2dd1f72cc52dd9fd9840b8a - 0.3% (358 KB)

[#011] sha256:a442a520189f278841d5c245076b7a4aa1a55d5979f25613b4851ab0e089ca7b - 55.41% (64.7 MB)

[#012] sha256:b268ea98c504ad7f40880ce38854ac9cde1c3ea5650fa2d050120366bbc26575 - 0.0% (355 Bytes)


History
2020-07-22 02:03:37 UTC

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

2020-07-22 02:03:37 UTC

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

2020-07-22 12:29:35 UTC

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

2020-07-22 12:29:36 UTC

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

2020-07-22 12:29:43 UTC

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

2020-07-22 12:51:04 UTC

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

2020-07-22 12:51:04 UTC

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

2020-07-22 13:01:23 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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/* && 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 -rf /usr/src/python && python3 --version

2020-07-22 13:01:24 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-07-31 00:42:56 UTC

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

2020-07-31 00:42:57 UTC

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

2020-07-31 00:42:57 UTC

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

2020-07-31 00:43:09 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-07-31 00:43:09 UTC

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

2020-07-31 17:41:23 UTC

/bin/sh -c groupadd -r snuba && useradd -r -g snuba snuba

2020-07-31 17:41:24 UTC

/bin/sh -c mkdir -p /usr/src/snuba

2020-07-31 17:41:24 UTC

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

2020-07-31 17:41:29 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-07-31 17:41:39 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 && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).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

2020-07-31 18:40:30 UTC

/bin/sh -c #(nop) COPY dir:65bab4235754ddb89ee78b822a81eee51a9082b932e6112b94f429b78e83c10c in /usr/src/snuba

2020-07-31 18:40:31 UTC

/bin/sh -c chown -R snuba:snuba /usr/src/snuba/

2020-07-31 18:40:31 UTC

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

2020-07-31 18:41:56 UTC

/bin/sh -c set -ex; buildDeps=' git gcc libc6-dev liblz4-dev libpcre3-dev wget '; apt-get update; apt-get install -y $buildDeps --no-install-recommends; rm -rf /var/lib/apt/lists/*; pip install -e .; 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; snuba --help; apt-get purge -y --auto-remove $buildDeps

2020-07-31 18:41:58 UTC

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

2020-07-31 18:41:58 UTC

/bin/sh -c #(nop) ENV SNUBA_RELEASE=790b656fa0f9cfac6c3a69226affed720fcfb4d4 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-07-31 18:41:58 UTC

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

2020-07-31 18:41:58 UTC

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

2020-07-31 18:41:58 UTC

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

2020-07-31 18:41:58 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