Namespace
kiwigrid
Image / Tag
k8s-sidecar:0.0.8
Content Digest
sha256:21197ccfe3daafe868759387aee657e8b35140937c8195c0cfbc79b64c7c5ecd
Details
Created

2019-02-14 07:16:44 UTC

Size

63.9 MB

Content Digest
Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

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

PYTHONUNBUFFERED

1

PYTHON_PIP_VERSION

19.0.2

PYTHON_VERSION

3.7.2


Layers

[#000] sha256:6ae821421a7debccb4151f7a50dc8ec0317674429bec0f275402d697047a8e96 - 33.58% (21.5 MB)

[#001] sha256:759f8891d8a39afceb2368a83a99c7e9472df28b98faa0ec9e718e07dcb73a29 - 3.77% (2.41 MB)

[#002] sha256:4e25683ec21386b98931ec44467e040527f7b20e3e1cd9594d5da5a879dee0be - 35.59% (22.7 MB)

[#003] sha256:e545f39a0e31124d97e02176453560d5a91eb53f8d7fd27ba42cf61c4b43047d - 0.0% (240 Bytes)

[#004] sha256:ad672e3cec3fea3e4815f7805c7d76f20f6e3b9d1ae2f0fe59c183723cb99f31 - 3.13% (2 MB)

[#005] sha256:e24ffa753ed741ebc4709b536ab1dd46e7d4061021a600168b9630cabe489d34 - 0.0% (92 Bytes)

[#006] sha256:d82f661082b97b25bc9dd4886e485168aed29ac6308eccb44b2c23275712b27c - 23.92% (15.3 MB)

[#007] sha256:f7e952de7e4ec8728d6867161bf99b98e1810b44f129314d47c247d14108d95e - 0.0% (1.35 KB)


History
2019-02-06 03:30:19 UTC

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

2019-02-06 03:30:19 UTC

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

2019-02-06 03:38:22 UTC

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

2019-02-06 03:38:24 UTC

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

2019-02-06 03:38:33 UTC

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

2019-02-06 03:38:33 UTC

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

2019-02-06 03:38:33 UTC

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

2019-02-06 03:41:44 UTC

/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc 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-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" && 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version

2019-02-06 03:41:46 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

2019-02-12 21:36:47 UTC

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

2019-02-12 21:37:01 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 'https://bootstrap.pypa.io/get-pip.py'; 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2019-02-12 21:37:01 UTC

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

2019-02-14 07:15:55 UTC

/bin/sh -c #(nop) WORKDIR /app

2019-02-14 07:16:42 UTC

/bin/sh -c pip install kubernetes==8.0.1

2019-02-14 07:16:43 UTC

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

2019-02-14 07:16:43 UTC

/bin/sh -c #(nop) ENV PYTHONUNBUFFERED=1

2019-02-14 07:16:44 UTC

/bin/sh -c #(nop) CMD ["python" "-u" "/app/sidecar.py"]

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