1.24.2-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-06-21 15:11:42 +00:00 committed by Bitnami Containers
parent f385f0ede6
commit 6e5490d156
3 changed files with 8 additions and 13 deletions

View File

@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs /
# 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.1-150-linux-amd64-debian-11.tar.gz && \
echo "c7301c7d79496a12afdae01f84ee84902dd2d65fe4e28d79da35d7edf5497302 /tmp/bitnami/pkg/cache/kubectl-1.24.1-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kubectl-1.24.1-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kubectl-1.24.1-150-linux-amd64-debian-11.tar.gz
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 && \
echo "0f985928e7487a725373a8b19e48353ee781e5bcc8620b94ee03ddfb57f15c50 /tmp/bitnami/pkg/cache/kubectl-1.24.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kubectl-1.24.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kubectl-1.24.2-0-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.kube && chmod g+rwX /.kube
ENV APP_VERSION="1.24.1" \
ENV APP_VERSION="1.24.2" \
BITNAMI_APP_NAME="kubectl" \
PATH="/opt/bitnami/kubectl/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"kubectl": {
"arch": "amd64",
"digest": "c7301c7d79496a12afdae01f84ee84902dd2d65fe4e28d79da35d7edf5497302",
"digest": "0f985928e7487a725373a8b19e48353ee781e5bcc8620b94ee03ddfb57f15c50",
"distro": "debian-11",
"type": "NAMI",
"version": "1.24.1-150"
"version": "1.24.2-0"
}
}

View File

@ -28,10 +28,9 @@ $ 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.1`, `1.24.1-debian-11-r7`, `latest` (1.24/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.24.1-debian-11-r7/1.24/debian-11/Dockerfile)
* [`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.22`, `1.22-debian-11`, `1.22.11`, `1.22.11-debian-11-r1` (1.22/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.22.11-debian-11-r1/1.22/debian-11/Dockerfile)
* [`1.21`, `1.21-debian-11`, `1.21.14`, `1.21.14-debian-11-r1` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.21.14-debian-11-r1/1.21/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/kubectl GitHub repo](https://github.com/bitnami/bitnami-docker-kubectl).
@ -75,10 +74,6 @@ It's possible to load your own configuration, which is useful if you want to con
$ docker run --rm --name kubectl -v /path/to/your/kube/config:/.kube/config bitnami/kubectl:latest
```
## Branch Deprecation Notice
Kubectl's branch 1.21 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 06-17-2022
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-kubectl/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-kubectl/pulls) with your contribution.