[bitnami/prometheus-rsocket-proxy] Release 1.5.0-debian-11-r63 (#24730)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
83ab1d68f4
commit
fc7e561001
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T17:30:59Z" \
|
||||
org.opencontainers.image.created="2023-02-21T08:49:20Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r62" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r63" \
|
||||
org.opencontainers.image.title="prometheus-rsocket-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.5.0"
|
||||
|
|
@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl libgcc-s1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-1.8.362-1-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-rsocket-proxy-1.5.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.362-2-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-rsocket-proxy-1.5.0-5-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "5bd5372669617e425c32344e8ce1558d9402474acf2c7ed8ccd54c3fbcca7ce1",
|
||||
"digest": "0cb6f9d6d7247b2978176a29d50e6a9ebe853545757decaaaff1899a22ebf12c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.362-1"
|
||||
"version": "1.8.362-2"
|
||||
},
|
||||
"prometheus-rsocket-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "e259dab85fd78038cbf15b7099c852ffa973e3db526674ed929f469240fb6e3e",
|
||||
"digest": "4123104afc0806fdee31786bfbe9c0a5c8e7b3117396e52c91aeaa9f5d9f2fc6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-4"
|
||||
"version": "1.5.0-5"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue