[bitnami/kubectl] Release 1.23.13-debian-11-r0 (#10109)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e9b4f1d73f
commit
79c2f9e6ce
|
|
@ -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.23.12-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="1.23.13-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.23.12"
|
||||
org.opencontainers.image.version="1.23.13"
|
||||
|
||||
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.23.12-1-linux-${OS_ARCH}-debian-11" \
|
||||
"kubectl-1.23.13-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.23.12" \
|
||||
ENV APP_VERSION="1.23.13" \
|
||||
BITNAMI_APP_NAME="kubectl" \
|
||||
PATH="/opt/bitnami/kubectl/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubectl": {
|
||||
"arch": "amd64",
|
||||
"digest": "4e2a1ab7dac1d78e088b6f2a357536deef510c7cdef3703bf5c86dbc3a67c139",
|
||||
"digest": "855accbd18447d7bfdb455af9d76d706758a81f215d33485e04e5462ab2a9b35",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.12-1"
|
||||
"version": "1.23.13-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "1.23"
|
||||
- "1.23-debian-11"
|
||||
- "1.23.12"
|
||||
- "1.23.13"
|
||||
|
|
|
|||
Loading…
Reference in New Issue