1.23.6-debian-10-r0 release
This commit is contained in:
parent
f1e9f4d187
commit
76d678ed82
|
|
@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip jq procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubectl-1.23.5-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9a06ebdade4183669a0a58a5c6288cdac368c3ed050ab0de44d9ac0116810590 /tmp/bitnami/pkg/cache/kubectl-1.23.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubectl-1.23.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubectl-1.23.5-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubectl-1.23.6-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "19cb5b35ac7ca6e9e789f590625438c3371f4b69584220d9cdd9a73ad13c4227 /tmp/bitnami/pkg/cache/kubectl-1.23.6-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kubectl-1.23.6-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kubectl-1.23.6-0-linux-amd64-debian-10.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.23.5" \
|
||||
ENV APP_VERSION="1.23.6" \
|
||||
BITNAMI_APP_NAME="kubectl" \
|
||||
PATH="/opt/bitnami/kubectl/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubectl": {
|
||||
"arch": "amd64",
|
||||
"digest": "9a06ebdade4183669a0a58a5c6288cdac368c3ed050ab0de44d9ac0116810590",
|
||||
"digest": "19cb5b35ac7ca6e9e789f590625438c3371f4b69584220d9cdd9a73ad13c4227",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.5-0"
|
||||
"version": "1.23.6-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.23`, `1.23-debian-10`, `1.23.5`, `1.23.5-debian-10-r31`, `latest` (1.23/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.23.5-debian-10-r31/1.23/debian-10/Dockerfile)
|
||||
* [`1.23`, `1.23-debian-10`, `1.23.6`, `1.23.6-debian-10-r0`, `latest` (1.23/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.23.6-debian-10-r0/1.23/debian-10/Dockerfile)
|
||||
* [`1.22`, `1.22-debian-10`, `1.22.8`, `1.22.8-debian-10-r31` (1.22/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.22.8-debian-10-r31/1.22/debian-10/Dockerfile)
|
||||
* [`1.21`, `1.21-debian-10`, `1.21.12`, `1.21.12-debian-10-r0` (1.21/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.21.12-debian-10-r0/1.21/debian-10/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue