Namespace
getsentry
Image / Tag
snuba:3cd6213fd360441619059dc2814a52c9c2d75ce9
Content Digest
sha256:a397bd1c6f8e7e7352b6a4261b2c2eb8c21cda89d3baa8e9784e6526e3a8d95e
Details
Created

2021-03-18 22:38:57 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

c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

21.0.1

PYTHON_VERSION

3.8.8

SNUBA_RELEASE

3cd6213fd360441619059dc2814a52c9c2d75ce9

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:6f28985ad1843afd6fd4fe0b42a30bfab63c27d302362e7341e3316e8ba25ced - 23.52% (25.8 MB)

[#001] sha256:f586441522802f606558738287532b0218f46c62f5da61e1bf7b491df86a7ce4 - 2.4% (2.64 MB)

[#002] sha256:456500070a3e1a0926e1923e0b34d1bacca0c86b86f73013d71121874517e61e - 9.27% (10.2 MB)

[#003] sha256:9229690cc337bfcbd90ac7651892aaa30f89c8d1b4f80cccaf63690f1eeab3f0 - 0.0% (232 Bytes)

[#004] sha256:47da0924d2de4b4daf72673d7404b7e6f6bb9b8d99ae3989735cb3fe4b73ca55 - 2.13% (2.34 MB)

[#005] sha256:8ee07927c6acbad1575632d98403dc1ce1aee61540b37ef4d7f0f24af4799a24 - 0.0% (943 Bytes)

[#006] sha256:a6cc98b28b31dec3000aff7a7b8a20c754638b9e06205c8db07763ad7d3eb12e - 1.04% (1.14 MB)

[#007] sha256:752c179da6aea5908837d65961ab56eb89f44745c29f08966d935aa9e3aec698 - 0.0% (167 Bytes)

[#008] sha256:6d67ec4b4b21eba2785aa82730110d25b7c6e5bdfa432487163dc52aa11e8d03 - 0.0% (686 Bytes)

[#009] sha256:e8b0d7d58fd37e3f260be8b128b384ee0672986afc995ee8abf0146175368c8a - 60.21% (66.2 MB)

[#010] sha256:c19774dfcb06ad88e53f304b9b1ed3398d8d1ad18bb470e0382a3944cc751653 - 0.42% (471 KB)

[#011] sha256:794898be9e54544cbc120a15933ee076afe3908b864121aaa28b3942502f0e9c - 1.0% (1.1 MB)


History
2021-03-12 02:20:40 UTC

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

2021-03-12 02:20:41 UTC

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

2021-03-12 18:11:50 UTC

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

2021-03-12 18:11:51 UTC

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

2021-03-12 19:35:17 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-03-12 19:35:17 UTC

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

2021-03-12 19:35:18 UTC

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

2021-03-12 19:45:17 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-03-12 19:45:18 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-03-12 19:45:18 UTC

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

2021-03-12 19:45:18 UTC

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

2021-03-12 19:45:18 UTC

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

2021-03-12 19:45:38 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-03-12 19:45:39 UTC

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

2021-03-15 15:24:52 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-03-15 15:25:03 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-03-15 15:25:03 UTC

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

2021-03-15 15:25:04 UTC

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

2021-03-15 15:25:04 UTC

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

2021-03-15 15:26:21 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-03-18 22:38:50 UTC

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

2021-03-18 22:38:57 UTC

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

2021-03-18 22:38:57 UTC

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

2021-03-18 22:38:57 UTC

/bin/sh -c #(nop) ENV SNUBA_RELEASE=3cd6213fd360441619059dc2814a52c9c2d75ce9 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-03-18 22:38:57 UTC

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

2021-03-18 22:38:57 UTC

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

2021-03-18 22:38:57 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