diff --git a/bitnami/kaniko/1/debian-12/Dockerfile b/bitnami/kaniko/1/debian-12/Dockerfile
index 06d405f91218..81f271dd976d 100644
--- a/bitnami/kaniko/1/debian-12/Dockerfile
+++ b/bitnami/kaniko/1/debian-12/Dockerfile
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
- org.opencontainers.image.created="2026-02-26T08:55:03Z" \
+ org.opencontainers.image.created="2026-02-27T20:52:54Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kaniko/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kaniko" \
org.opencontainers.image.title="kaniko" \
org.opencontainers.image.vendor="Broadcom, Inc." \
- org.opencontainers.image.version="1.25.9"
+ org.opencontainers.image.version="1.25.10"
ENV HOME="/root" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
- "kaniko-1.25.9-0-linux-${OS_ARCH}-debian-12" \
+ "kaniko-1.25.10-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -44,7 +44,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN uninstall_packages curl
RUN mkdir -p /kaniko/.docker /etc && for bin in /opt/bitnami/kaniko/bin/*; do ln -s $bin /kaniko/; done && chmod 775 /kaniko && cp /opt/bitnami/kaniko/nsswitch/nsswitch.conf /etc/nsswitch.conf
-ENV APP_VERSION="1.25.9" \
+ENV APP_VERSION="1.25.10" \
BITNAMI_APP_NAME="kaniko" \
DOCKER_CONFIG="/kaniko/.docker" \
DOCKER_CREDENTIAL_GCR_CONFIG="/kaniko/.config/gcloud/docker_credential_gcr_config.json" \
diff --git a/bitnami/kaniko/README.md b/bitnami/kaniko/README.md
index 31ad69bf043c..9589b0735865 100644
--- a/bitnami/kaniko/README.md
+++ b/bitnami/kaniko/README.md
@@ -1,19 +1,17 @@
# Bitnami Secure Image for Kaniko
-## What is Kaniko?
-
> Kaniko is a tool that builds and pushes container images directly in userspace. This allows securely building container images in environments like a standard Kubernetes cluster.
[Overview of Kaniko](https://github.com/chainguard-dev/kaniko)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
-## TL;DR
+## TL;DR
```console
docker run -it --name kaniko bitnami/kaniko
```
-## Why use Bitnami Secure Images?
+## Why use Bitnami Secure Images?
Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?
@@ -30,15 +28,15 @@ Each image comes with valuable security metadata. You can view the metadata in [
If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy).
-## Supported tags and respective `Dockerfile` links
+## Supported tags and respective `Dockerfile` links
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html).
-## Choosing between the _Standard_ and _Minimal_ image
+## Choosing between the _Standard_ and _Minimal_ image
This asset is available in two flavors: _Standard_ and _Minimal_; designed to address different use cases and operational needs.
-### Standard images
+### Standard images
The standard images are full-featured, production-ready containers built on top of secure base operating systems. They include:
@@ -52,7 +50,7 @@ Recommended for:
- Workloads requiring package installation or debugging tools.
- Applications that depend on system utilities or shared libraries.
-### Minimal images
+### Minimal images
The minimal images are optimized, distroless-style containers derived from a stripped-down base. They only ship what’s strictly necessary to run the application; no shell, package manager, or extra libraries. They provide:
@@ -66,7 +64,7 @@ Recommended for:
- Regulated or security-sensitive workloads
- Containers built via multi-stage builds (e.g., Golang static binaries).
-## Get this image
+## Get this image
The recommended way to get the Bitnami Kaniko Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/kaniko).
@@ -88,9 +86,11 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .
```
-## Configuration
+## Configuration
-### Running commands
+The following section describes how to run commands
+
+### Running commands
To run commands inside this container you can use `docker run`, for example to execute `kaniko --help` you can follow the example below:
@@ -100,17 +100,17 @@ docker run --rm --name kaniko bitnami/kaniko:latest --help
Check the [official Kaniko documentation](https://github.com/chainguard-dev/kanikodocs/) for more information about how to use Kaniko.
-## Notable Changes
+## Notable Changes
-### Starting September 23, 2025
+### Starting September 23, 2025
* The `bitnami/kaniko` is now based on minimal Linux distribution instead of scratch. This change means the container now includes a shell and basic utilities, allowing you to easily debug and troubleshoot within the container.
-### Starting January 16, 2024
+### Starting January 16, 2024
- The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
-## License
+## License
Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.