mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 09:27:22 +08:00
[bitnami/metrics-server] Release 0.6.2-debian-11-r19 (#21105)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.6.2-debian-11-r17" \
|
||||
org.opencontainers.image.ref.name="0.6.2-debian-11-r19" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/metrics-server" \
|
||||
org.opencontainers.image.title="metrics-server" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"metrics-server-0.6.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"metrics-server-0.6.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"metrics-server": {
|
||||
"arch": "amd64",
|
||||
"digest": "c10aa378bc685bc222c76e3be5e019b7b2caa686f9cc91741d778cc59eef5b76",
|
||||
"digest": "d58db2b3d875efdcd65111c8d03b48f791ce4eab3d809a302634777db2f85181",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.6.2-0"
|
||||
"version": "0.6.2-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user