Kaniko v1.27.0 is out!

And like a camel it comes with two new mount-options. You can now use cache & secret mounts as you would in other builders:

RUN --mount=type=secret,id=netrc,target=/root/.netrc \ --mount=type=cache,target=/root/.cache/uv \ uv pip install -r requirements.txt

Find this and more QoL improvements in our latest release notes: https://github.com/osscontainertools/kaniko/releases/tag/v1.27.0

#kaniko

Release v1.27.0 · osscontainertools/kaniko

v1.27.0 Release 2026-03-05 Update Notice In this Release we activated two feature-flags: FF_KANIKO_RUN_MOUNT_SECRET FF_KANIKO_OCI_STAGES This will allow you to use the type=secret mount option in...

GitHub