Namespace
kiwigrid
Image / Tag
k8s-sidecar:0.0.6
Content Digest
sha256:19c302d1a313d1392c238c34589a1de3f764ecc70234aa55ad74d020f39e462c
Details
Created

2018-09-12 12:11:56 UTC

Size

55.6 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

18.0

PYTHON_VERSION

3.6.6


Layers

[#000] sha256:802b00ed6f79f48e6a5f44ecbcaf43563d6077aaecb565eee1dfc615c0b18c00 - 38.54% (21.4 MB)

[#001] sha256:cf9573ca950326a232a7fd90bf3523307a764a13295bca8b23c21a98f17dbdfe - 4.31% (2.4 MB)

[#002] sha256:c891164cdbaf899743fad46037e9c6dc3d0faac601be24b7ae7c579265dea163 - 38.32% (21.3 MB)

[#003] sha256:91bb4a76f8c4adf98a7fe2b3c810e85e8646a8df5d913622416b3aad15e18a05 - 0.0% (241 Bytes)

[#004] sha256:8280a0e075bbf6c1c7b03a0f2504b53f3c56df365993517ac57ebba6b30f9827 - 3.55% (1.97 MB)

[#005] sha256:932094607d9c428e50c3eef511f4eac2d2e2b666ba961a888bcd94766838a45c - 15.27% (8.49 MB)

[#006] sha256:687d5ebbf61bfa0fc123747d1a85755c7dbbd0ffc4b00b5bcc42ee1407455671 - 0.0% (1.35 KB)


History
2018-09-04 21:21:34 UTC

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

2018-09-04 21:21:34 UTC

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

2018-09-05 03:27:49 UTC

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

2018-09-05 03:27:49 UTC

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

2018-09-05 03:27:56 UTC

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

2018-09-05 03:27:56 UTC

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

2018-09-05 03:42:31 UTC

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

2018-09-05 03:45:13 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 --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

2018-09-05 03:45:14 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

2018-09-05 03:45:14 UTC

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

2018-09-05 03:45:26 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

2018-09-05 03:45:26 UTC

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

2018-09-12 12:11:54 UTC

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

2018-09-12 12:11:55 UTC

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

2018-09-12 12:11:56 UTC

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

2018-09-12 12:11:56 UTC

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

2018-09-12 12:11:56 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