1.24.2-debian-11-r1 release
This commit is contained in:
parent
fcdd7ede0f
commit
98849a5164
|
|
@ -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.24.2-0-linux-amd64-debian-11.tar.gz && \
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker run --name kubectl bitnami/kubectl:latest
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`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.24`, `1.24-debian-11`, `1.24.2`, `1.24.2-debian-11-r1`, `latest` (1.24/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.24.2-debian-11-r1/1.24/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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue