This is an alternative container image for Google Container Tools Kaniko, extended with the installed utilities bash, curl, jq and others.
The reason for the appearance of this container is the need to execute additional logic inside the container in the CI pipelines. The original kaniko image is delivered on the basis of a scratch image, and the debug container has no version tags and contains only busybox from the utilities.
ℹ️ Note: This image does not contain authentication helpers, it is like kaniko-slim.
Extends the original container image using the following utilities:
bash
git
grep
tar
xz
gzip
bzip2
curl
coreutils
openssl
jq
yq
pushrm
ℹ️ Note: This container image is generated automatically every day if a new version of kaniko is released.