1.23.8-debian-11-r2 release

This commit is contained in:
Bitnami Bot 2022-06-24 02:05:35 +00:00 committed by Bitnami Containers
parent 9ec3720551
commit fcdd7ede0f
2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \
OS_NAME="linux"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl git gzip jq procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubectl-1.23.8-0-linux-amd64-debian-11.tar.gz && \

View File

@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1.24`, `1.24-debian-11`, `1.24.2`, `1.24.2-debian-11-r0`, `latest` (1.24/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.24.2-debian-11-r0/1.24/debian-11/Dockerfile)
* [`1.23`, `1.23-debian-11`, `1.23.8`, `1.23.8-debian-11-r1` (1.23/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.23.8-debian-11-r1/1.23/debian-11/Dockerfile)
* [`1.23`, `1.23-debian-11`, `1.23.8`, `1.23.8-debian-11-r2` (1.23/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.23.8-debian-11-r2/1.23/debian-11/Dockerfile)
* [`1.22`, `1.22-debian-11`, `1.22.11`, `1.22.11-debian-11-r2` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.22.11-debian-11-r2/1.22/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/kubectl GitHub repo](https://github.com/bitnami/bitnami-docker-kubectl).