Kaniko
Tool for building container images from a Dockerfile inside a container or cluster
Kaniko's release feed stops dead in June 2024 after a patch that undid its own change
◆Recent moves
- 2y ago
Kaniko 1.23.1 reverts --no-push cache behaviour
A patch that undoes a recent behaviour change so --no-push still pushes intermediate cache layers, and documents what --no-push and --no-push-cache are each meant to do. It is the last release in the feed, which makes a revert-plus-clarification the project's final published act.
View source ↗ - 2y ago
Kaniko 1.23 adds --chmod for ADD and COPY, registry mirrors for the warmer
The most substantive release in this window: --chmod support on ADD and COPY closes a long-standing Dockerfile compatibility gap, and registry mirror support in the warmer's registry map extends the mirrored-registry work that runs through several of these releases. Both are about matching what builders already expect rather than new capability.
View source ↗ - 2y ago
Kaniko 1.22 adds path regmaps, fixes multi-file COPY into ENV paths
Path-aware registry maps continue the mirrored-registry thread, alongside fixes for COPY into an ENV-specified path with multiple files and query-parameter handling in ADD. Steady Dockerfile-compatibility repair work, which is where most of Kaniko's late effort went.
View source ↗ - 2y ago
Kaniko 1.21.1 bumps dependencies to clear CVEs
A pure dependency-refresh patch shipped six days after 1.21.0 to remove vulnerabilities present in that release. The pattern of a feature release followed quickly by a CVE-clearing patch repeats through this window.
View source ↗ - 2y ago
Kaniko 1.21 unpacks tar.gz in ADD, adds skip-TLS for private git
Closes a two-year-old gap where ADD would not unpack a tar.gz archive, and adds a TLS-skip flag for private git contexts plus nightly vulnerability scanning of the executor image. The scanning addition is the clearest sign the project's priority had moved to keeping the shipped image clean.
View source ↗ - 2y ago
Kaniko 1.20.1 is documentation and dependency bumps
README clarifications and version bumps for buildkit, docker and assorted transitive dependencies, with no user-visible behaviour change. Filler between the 1.20 and 1.21 releases.
View source ↗