[bitnami/kubectl] Release 1.22.16-debian-11-r0 (#13309)

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-11-11 04:30:51 +01:00 committed by GitHub
parent 2ea0bfa1da
commit 5bdf64d173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.22.15-debian-11-r16" \
org.opencontainers.image.ref.name="1.22.16-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubectl" \
org.opencontainers.image.title="kubectl" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.22.15"
org.opencontainers.image.version="1.22.16"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl git jq procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"kubectl-1.22.15-1-linux-${OS_ARCH}-debian-11" \
"kubectl-1.22.16-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.kube && chmod g+rwX /.kube
ENV APP_VERSION="1.22.15" \
ENV APP_VERSION="1.22.16" \
BITNAMI_APP_NAME="kubectl" \
PATH="/opt/bitnami/kubectl/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"kubectl": {
"arch": "amd64",
"digest": "963f50020cf150d854395a2228f8a9628ae93bf2570d42d13b6c2cb207998c3e",
"digest": "89360a849d0a833b7e50c128b719ad7a0b5ae2aa1200c3466725e4c6df9ed840",
"distro": "debian-11",
"type": "NAMI",
"version": "1.22.15-1"
"version": "1.22.16-0"
}
}

View File

@ -1,4 +1,4 @@
rolling-tags:
- "1.22"
- "1.22-debian-11"
- "1.22.15"
- "1.22.16"