Namespace
kiwigrid
Image / Tag
k8s-sidecar:0.0.7
Content Digest
sha256:5571de2dd1b01fb12ca43264aa599937edd67148ecc96dd3ee6529b35f8c9762
Details
Created

2019-02-14 07:12:55 UTC

Size

55.7 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.6.8


Layers

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

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

[#002] sha256:6e316fa27cc6e62d856c94fed9bfe158ecbe27cb0652ac0c682757442c67e45c - 38.31% (21.4 MB)

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

[#004] sha256:fa0a1f358a59e22f61ac89b4c8463031da892ea3ab2f644451c5d94e1624e44a - 3.59% (2 MB)

[#005] sha256:4aabea589089ee7e2a2e7b97bd815baf351f420b8f92299fac753c864e4c0c08 - 15.28% (8.52 MB)

[#006] sha256:8262c4fb44b4cd9bcd59cf84691f0594f636403dc9c3d472d5eafebc8f99d611 - 0.0% (1.45 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:42:33 UTC

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

2019-02-06 03:45:12 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 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:45:13 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:37:37 UTC

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

2019-02-12 21:37:51 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:52 UTC

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

2019-02-14 07:12:53 UTC

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

2019-02-14 07:12:54 UTC

/bin/sh -c #(nop) COPY file:63c2cd8f8b62cc3947e7c89488ddfb66bf464cb21de1b9ee23c9dc6ce9fbaadd in /app/

2019-02-14 07:12:54 UTC

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

2019-02-14 07:12:55 UTC

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

2019-02-14 07:12:55 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