[bitnami/kubectl] Release 1.22.14-debian-11-r0 (#6726)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-09-17 20:10:46 +02:00
committed by GitHub
parent 5c05f7c94e
commit 0170886874
3 changed files with 12 additions and 12 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.22.13-debian-11-r10" \ org.opencontainers.image.ref.name="1.22.14-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubectl" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubectl" \
org.opencontainers.image.title="kubectl" \ org.opencontainers.image.title="kubectl" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.22.13" org.opencontainers.image.version="1.22.14"
ENV HOME="/" \ ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \ OS_ARCH="${TARGETARCH:-amd64}" \
@@ -20,19 +20,19 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages ca-certificates curl git gzip jq procps tar RUN install_packages ca-certificates curl git gzip jq procps tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f kubectl-1.22.13-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ if [ ! -f kubectl-1.22.14-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/kubectl-1.22.13-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/kubectl-1.22.14-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/kubectl-1.22.13-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/kubectl-1.22.14-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \ fi && \
sha256sum -c kubectl-1.22.13-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ sha256sum -c kubectl-1.22.14-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf kubectl-1.22.13-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ tar -zxf kubectl-1.22.14-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf kubectl-1.22.13-1-linux-${OS_ARCH}-debian-11.tar.gz kubectl-1.22.13-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 rm -rf kubectl-1.22.14-0-linux-${OS_ARCH}-debian-11.tar.gz kubectl-1.22.14-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
RUN mkdir /.kube && chmod g+rwX /.kube RUN mkdir /.kube && chmod g+rwX /.kube
ENV APP_VERSION="1.22.13" \ ENV APP_VERSION="1.22.14" \
BITNAMI_APP_NAME="kubectl" \ BITNAMI_APP_NAME="kubectl" \
PATH="/opt/bitnami/kubectl/bin:$PATH" PATH="/opt/bitnami/kubectl/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{ {
"kubectl": { "kubectl": {
"arch": "amd64", "arch": "amd64",
"digest": "fbedde165a535402d3f53e589c088ffb36e861ee053f4147104be02807a93187", "digest": "b7394ca0d36ece1b48b67b82dc033ed17099db5dbf1a75e19ada0d7abdc6b363",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.22.13-1" "version": "1.22.14-0"
} }
} }

View File

@@ -1,4 +1,4 @@
rolling-tags: rolling-tags:
- "1.22" - "1.22"
- "1.22-debian-11" - "1.22-debian-11"
- "1.22.13" - "1.22.14"