Namespace
kiwigrid
Image / Tag
k8s-sidecar:1.12.3
Content Digest
sha256:eabdae16a5ccfc32fb6690423ac39d3c5bcbd9574933b02221a61f8a8c4671a3
Details
Created

2021-08-19 07:01:24 UTC

Size

27.7 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

fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_VERSION

3.8.11


Layers

[#000] sha256:29291e31a76a7e560b9b7ad3cada56e8c18d50a96cca8a2573e4f4689d7aca77 - 9.68% (2.68 MB)

[#001] sha256:3626a090061d56f9d6eaa946c29f4a7600401e2bca3f7b517369d0da709bf6d3 - 0.97% (275 KB)

[#002] sha256:d0ab7c3958d02c548f8a01137383d178a982079695cda15bda551d17fde69092 - 38.69% (10.7 MB)

[#003] sha256:56d9978a71b93404de628d3705cbf22d6b284b0264c244c84a0ba170ce640cb7 - 0.0% (237 Bytes)

[#004] sha256:09eaa9ae381f045274d325c48fb1bab623e119e0db4815a855754498290134d8 - 8.08% (2.24 MB)

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

[#006] sha256:f989da59ce73a3e7d33d763d5500c4aa7f32dd64c266b9a0614b985aefb77e35 - 0.0% (182 Bytes)

[#007] sha256:ac3f56161904f61cdde7d6261acb3bb86989835cef90a3305d873e5ca12c094b - 42.56% (11.8 MB)

[#008] sha256:56a5c93d504aa1f3cf4ff6678955577cb2a2e47bbc7ec36602ad60ea74afa1f3 - 0.02% (5.18 KB)


History
2021-08-06 17:19:45 UTC

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

2021-08-06 17:19:45 UTC

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

2021-08-06 18:37:21 UTC

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

2021-08-06 21:11:33 UTC

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

2021-08-06 21:30:58 UTC

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

2021-08-06 21:30:58 UTC

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

2021-08-06 21:30:58 UTC

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

2021-08-06 21:37:04 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 hkps://keys.openpgp.org --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-08-06 21:37:05 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-08-12 21:34:15 UTC

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

2021-08-12 21:34:15 UTC

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

2021-08-12 21:34:15 UTC

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

2021-08-12 21:34:22 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-08-12 21:34:23 UTC

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

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

COPY requirements.txt . # buildkit

2021-08-19 07:01: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-08-19 07:01:24 UTC (buildkit.dockerfile.v0)

COPY sidecar/* ./ # buildkit

2021-08-19 07:01:24 UTC (buildkit.dockerfile.v0)

USER 65534:65534

2021-08-19 07:01:24 UTC (buildkit.dockerfile.v0)

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

Details
Created

2021-08-19 07:04:42 UTC

Size

26.5 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

fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_VERSION

3.8.11


Layers

[#000] sha256:4ee0caa23b369b04827640a4be298bf4ff7bacd030c77e915f5d7fb8f987594a - 8.74% (2.32 MB)

[#001] sha256:2aede18d75b865af73cc2dabda111f7d1982cd853c16a53c5ddc18edf13cd318 - 1.01% (274 KB)

[#002] sha256:f74b947eb478d7fee2414601dea446ac34caefcd7e730ff285954fbb650726f4 - 37.26% (9.87 MB)

[#003] sha256:916c8042546b26f42b0eee86f77c281aa97e8841d48ef4ed942cf59bf1c5b435 - 0.0% (232 Bytes)

[#004] sha256:aa77ea1a2c7d2b14cedc8030734fa6b59fec7aba1c00a8675e33fc7669847a64 - 8.45% (2.24 MB)

[#005] sha256:91abdbc9b404b481c6f62a0b4d32173b2e1128c20898ca563defa64e45f8adbb - 0.0% (99 Bytes)

[#006] sha256:f989da59ce73a3e7d33d763d5500c4aa7f32dd64c266b9a0614b985aefb77e35 - 0.0% (182 Bytes)

[#007] sha256:6d66ed023cdd4e6d2dbccaf87807ee26779c97ee7eaf109d2e8cf75872354d37 - 44.52% (11.8 MB)

[#008] sha256:075d34d00bbaeff78b11395e0fce5242ba2cf8d35ff8e4184af8da40cc8d2c9c - 0.02% (5.18 KB)


History
2021-08-06 17:57:32 UTC

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

2021-08-06 17:57:32 UTC

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

2021-08-06 23:39:13 UTC

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

2021-08-06 23:39:14 UTC

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

2021-08-07 00:06:10 UTC

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

2021-08-07 00:06:10 UTC

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

2021-08-07 00:06:11 UTC

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

2021-08-07 00:16:21 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 hkps://keys.openpgp.org --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-08-07 00:16:23 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-08-13 06:37:54 UTC

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

2021-08-13 06:37:54 UTC

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

2021-08-13 06:37:55 UTC

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

2021-08-13 06:38:09 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-08-13 06:38:09 UTC

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

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

COPY requirements.txt . # buildkit

2021-08-19 07:04:42 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-08-19 07:04:42 UTC (buildkit.dockerfile.v0)

COPY sidecar/* ./ # buildkit

2021-08-19 07:04:42 UTC (buildkit.dockerfile.v0)

USER 65534:65534

2021-08-19 07:04:42 UTC (buildkit.dockerfile.v0)

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

Details
Created

2021-08-19 07:04:40 UTC

Size

27.7 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

fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_VERSION

3.8.11


Layers

[#000] sha256:fd3acdcea5682abced546ec19fb6ebee725c5184e5d91614c469c0a79e67f2d0 - 9.34% (2.59 MB)

[#001] sha256:cd496dba037efd04fc4937dd16b10cb87ae37d722c8751ef5f9adbfd57f4f116 - 0.97% (275 KB)

[#002] sha256:bda0ce65f112f2e6ab6630c071313b585c0847c3907a8ac344aa3805af1f73d8 - 38.95% (10.8 MB)

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

[#004] sha256:3ff3ad2fbafff2ebb8eebb71aff0091ea571ea9e495effa98534c0c7b3434672 - 8.09% (2.24 MB)

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

[#006] sha256:f989da59ce73a3e7d33d763d5500c4aa7f32dd64c266b9a0614b985aefb77e35 - 0.0% (182 Bytes)

[#007] sha256:eb5e431a70cbf3cdf55283475dac51c8d2f950abd4af0fcb9749bc7327045a03 - 42.63% (11.8 MB)

[#008] sha256:e677c031ad4431e8cde5c3e3dd2677e71078f1f077df520b878653a05cf9d707 - 0.02% (5.18 KB)


History
2021-08-06 17:39:26 UTC

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

2021-08-06 17:39:27 UTC

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

2021-08-06 18:48:20 UTC

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

2021-08-06 23:28:08 UTC

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

2021-08-06 23:43:27 UTC

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

2021-08-06 23:43:27 UTC

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

2021-08-06 23:43:28 UTC

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

2021-08-06 23:49:18 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 hkps://keys.openpgp.org --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-08-06 23:49:19 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-08-13 04:16:25 UTC

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

2021-08-13 04:16:25 UTC

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

2021-08-13 04:16:25 UTC

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

2021-08-13 04:16:32 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-08-13 04:16:32 UTC

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

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2021-08-19 07:00:43 UTC (buildkit.dockerfile.v0)

COPY requirements.txt . # buildkit

2021-08-19 07:04:40 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-08-19 07:04:40 UTC (buildkit.dockerfile.v0)

COPY sidecar/* ./ # buildkit

2021-08-19 07:04:40 UTC (buildkit.dockerfile.v0)

USER 65534:65534

2021-08-19 07:04:40 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