mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
[bitnami/kubectl] Release 1.24.9-debian-11-r0 (#16470)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.24.8-debian-11-r8" \
|
||||
org.opencontainers.image.ref.name="1.24.9-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.24.8"
|
||||
org.opencontainers.image.version="1.24.9"
|
||||
|
||||
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.24.8-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kubectl-1.24.9-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.24.8" \
|
||||
ENV APP_VERSION="1.24.9" \
|
||||
BITNAMI_APP_NAME="kubectl" \
|
||||
PATH="/opt/bitnami/kubectl/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubectl": {
|
||||
"arch": "amd64",
|
||||
"digest": "c941f57e4bc349c98659c2ea1ee3e6ab5e5fe36fbf77cd3da8fef4a5bccb4a7f",
|
||||
"digest": "277b78a12cb0d5ab7f58d38e94a8a31ededfa32f3579ae294db920473182c6fd",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.24.8-0"
|
||||
"version": "1.24.9-0"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "1.24"
|
||||
- "1.24-debian-11"
|
||||
- "1.24.8"
|
||||
- "1.24.9"
|
||||
|
||||
Reference in New Issue
Block a user