Namespace
kiwigrid
Image / Tag
k8s-sidecar:0.0.11
Content Digest
sha256:8d59753e04c53d9e12c2e1faea32a0ccfd42a6875592f868aae8522f9ff81489
Details
Created

2019-02-19 07:39:43 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:72d89028606123edae2b3003ebc1e09152e6e7fc6fd777a820948cd8d1c5feb9 - 0.0% (92 Bytes)

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

[#007] sha256:d0bdd69c14c59ae64f76d2605c1f737a726073f3427cebd8ee7ae86c4ddbbf9d - 0.0% (1.59 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-19 07:38:53 UTC

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

2019-02-19 07:39:41 UTC

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

2019-02-19 07:39:42 UTC

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

2019-02-19 07:39:42 UTC

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

2019-02-19 07:39:43 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