Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
/ kaniko-tools Public archive

Kaniko container image with bash, curl, jq and other utilities

Notifications You must be signed in to change notification settings

WoozyMasta/kaniko-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Kaniko image with tools

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.

About

Kaniko container image with bash, curl, jq and other utilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published