Namespace
kiwigrid
Image / Tag
k8s-sidecar:1.10.0
Content Digest
sha256:58eb8a0ef1acc99f1d36bb9b9cb36cdcb11039b259b0d940aaf361690f82bcae
Details
Created

2021-02-11 10:59:49 UTC

Size

27.4 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

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

PYTHONUNBUFFERED

1

PYTHON_GET_PIP_SHA256

8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

21.0.1

PYTHON_VERSION

3.8.7


Layers

[#000] sha256:4c0d98bf9879488e0407f897d9dd4bf758555a78e39675e72b5124ccf12c2580 - 9.77% (2.68 MB)

[#001] sha256:5e807dbff582b104e7a01a4d3233fffb7a34fb609b0c150af584b0ca1db2c2aa - 0.98% (275 KB)

[#002] sha256:079acc430bf9db22a2159b57ce704265070f563573f494369721f7753444f923 - 38.89% (10.7 MB)

[#003] sha256:082445bdccf7c5ad586eec10c25df16de1350b548a5289df87ba948ff59671d1 - 0.0% (230 Bytes)

[#004] sha256:7192354fc041031115f8a693096f76bdf4f1c815bea373f9bde6d8be621aaba1 - 7.52% (2.06 MB)

[#005] sha256:4d340d7b7a65d30083b4a194823c65c9b39e81b22bc2f1d5d5eb45c500b335d6 - 0.0% (99 Bytes)

[#006] sha256:28ebaa8a53a6033b49a367e2d0007359131319d23db6444f727a627d4c62fe99 - 0.0% (179 Bytes)

[#007] sha256:8be65a23aa402047bfee8fb112aa44383ba3723490117f279b00745b07a32b0d - 42.83% (11.8 MB)

[#008] sha256:78125f92431b765c9d9ade2025afd08f5163e5fbb961ebe20fe032754ad7fdec - 0.02% (4.41 KB)


History
2021-01-28 23:19:38 UTC

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

2021-01-28 23:19:38 UTC

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

2021-02-04 01:00:27 UTC

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

2021-02-04 01:00:27 UTC

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

2021-02-04 01:31:49 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates ;

2021-02-04 01:31:49 UTC

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

2021-02-04 01:31:49 UTC

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

2021-02-04 01:41:57 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && 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 && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && 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)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 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 '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version

2021-02-04 01:41:59 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-02-04 01:42:00 UTC

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

2021-02-04 01:42:00 UTC

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

2021-02-04 01:42:00 UTC

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

2021-02-04 01:42:13 UTC

/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 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-02-04 01:42:13 UTC

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

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

COPY requirements.txt . # buildkit

2021-02-11 10:59:49 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc && pip install -r requirements.txt && apk del -r gcc && rm -rf /var/cache/apk/* requirements.txt # buildkit

2021-02-11 10:59:49 UTC (buildkit.dockerfile.v0)

COPY sidecar/* ./ # buildkit

2021-02-11 10:59:49 UTC (buildkit.dockerfile.v0)

USER 65534:65534

2021-02-11 10:59:49 UTC (buildkit.dockerfile.v0)

CMD ["python" "-u" "/app/sidecar.py"]

Details
Created

2021-02-11 11:02:30 UTC

Size

26.2 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

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

PYTHONUNBUFFERED

1

PYTHON_GET_PIP_SHA256

8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

21.0.1

PYTHON_VERSION

3.8.7


Layers

[#000] sha256:9b1db703a337d301b1d50292acfbabd5fb3796511b962410c554420b85cd78dc - 8.82% (2.31 MB)

[#001] sha256:d0855e8dcd0d27ddf9d5fa5df6cb906b256571a6ae0277cfc02d9d6368683786 - 1.02% (274 KB)

[#002] sha256:e6190b24c20c875208c42e1324ec1f8ae2b2bc2bedc99acb1db3f5285009903c - 37.43% (9.81 MB)

[#003] sha256:f1de8d0dc1a289266dbf27cae1bcc1e1d87c088fcd9e4d1af92a98faef4f019e - 0.0% (230 Bytes)

[#004] sha256:ecd122bbf70b9c5c3efd19ea86d5c87ba1ecba1c974828a45fb0e1150c7061e2 - 7.87% (2.06 MB)

[#005] sha256:4d340d7b7a65d30083b4a194823c65c9b39e81b22bc2f1d5d5eb45c500b335d6 - 0.0% (99 Bytes)

[#006] sha256:28ebaa8a53a6033b49a367e2d0007359131319d23db6444f727a627d4c62fe99 - 0.0% (179 Bytes)

[#007] sha256:d384f807cfa638a832b55605d586be2ab565b40d4d971cefcaa01f77ea985881 - 44.84% (11.8 MB)

[#008] sha256:e3d6ff7fa0939ff0e943750dcbe233bc73ccecfac59a6d2be0346bc991b1d71a - 0.02% (4.41 KB)


History
2021-01-28 23:58:03 UTC

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

2021-01-28 23:58:04 UTC

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

2021-02-04 01:48:05 UTC

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

2021-02-04 01:48:05 UTC

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

2021-02-04 02:12:09 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates ;

2021-02-04 02:12:10 UTC

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

2021-02-04 02:12:11 UTC

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

2021-02-04 02:20:06 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && 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 && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && 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)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 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 '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version

2021-02-04 02:20:09 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-02-04 02:20:10 UTC

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

2021-02-04 02:20:10 UTC

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

2021-02-04 02:20:11 UTC

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

2021-02-04 02:20:24 UTC

/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 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-02-04 02:20:25 UTC

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

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

COPY requirements.txt . # buildkit

2021-02-11 11:02:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc && pip install -r requirements.txt && apk del -r gcc && rm -rf /var/cache/apk/* requirements.txt # buildkit

2021-02-11 11:02:30 UTC (buildkit.dockerfile.v0)

COPY sidecar/* ./ # buildkit

2021-02-11 11:02:30 UTC (buildkit.dockerfile.v0)

USER 65534:65534

2021-02-11 11:02:30 UTC (buildkit.dockerfile.v0)

CMD ["python" "-u" "/app/sidecar.py"]

Details
Created

2021-02-11 11:02:24 UTC

Size

27.4 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

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

PYTHONUNBUFFERED

1

PYTHON_GET_PIP_SHA256

8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

21.0.1

PYTHON_VERSION

3.8.7


Layers

[#000] sha256:2914792bc417803b2106001990194cc00cdd4b6fd97cd21a368f26148bc8e722 - 9.43% (2.59 MB)

[#001] sha256:5e9f15009dabcc1acf7e9677cd35f212a401c6d189b9884e39170beddfe52ed9 - 0.98% (275 KB)

[#002] sha256:c1e155bf776a3ee4a7dae85ccbe803d100bd5aeb2e9b8c63294bd23b033b4df7 - 39.16% (10.7 MB)

[#003] sha256:84d306ba6b29d96a29146f5b9a69c469ef3d1c68ab8bbfbc8af7142c340ffb90 - 0.0% (231 Bytes)

[#004] sha256:ae1e00e67c7d6e074dd6a908e03fa769225778367521e7e26cb8d5b5644cfaf6 - 7.53% (2.06 MB)

[#005] sha256:4d340d7b7a65d30083b4a194823c65c9b39e81b22bc2f1d5d5eb45c500b335d6 - 0.0% (99 Bytes)

[#006] sha256:28ebaa8a53a6033b49a367e2d0007359131319d23db6444f727a627d4c62fe99 - 0.0% (179 Bytes)

[#007] sha256:dcdb749f45fb3b9d57f703ec00e532270a498bfcf8dec9dfea3c526675700ce0 - 42.88% (11.8 MB)

[#008] sha256:81436b008b05a41ae7bb8f5fbb5789e18a99498ed52a921c06d88307f2f965d3 - 0.02% (4.41 KB)


History
2021-01-28 23:39:33 UTC

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

2021-01-28 23:39:34 UTC

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

2021-02-04 01:24:56 UTC

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

2021-02-04 01:24:57 UTC

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

2021-02-04 01:50:46 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates ;

2021-02-04 01:50:47 UTC

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

2021-02-04 01:50:48 UTC

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

2021-02-04 01:58:29 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && 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 && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && 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)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 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 '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version

2021-02-04 01:58:32 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-02-04 01:58:33 UTC

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

2021-02-04 01:58:34 UTC

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

2021-02-04 01:58:35 UTC

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

2021-02-04 01:58:49 UTC

/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 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-02-04 01:58:49 UTC

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

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2021-02-11 10:59:15 UTC (buildkit.dockerfile.v0)

COPY requirements.txt . # buildkit

2021-02-11 11:02:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache gcc && pip install -r requirements.txt && apk del -r gcc && rm -rf /var/cache/apk/* requirements.txt # buildkit

2021-02-11 11:02:24 UTC (buildkit.dockerfile.v0)

COPY sidecar/* ./ # buildkit

2021-02-11 11:02:24 UTC (buildkit.dockerfile.v0)

USER 65534:65534

2021-02-11 11:02:24 UTC (buildkit.dockerfile.v0)

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