[bitnami/prometheus-rsocket-proxy] Release 1.5.0-debian-11-r74 (#28889)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
3e8d046e90
commit
596ef91a7a
|
|
@ -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-03-28T04:17:54Z" \
|
||||
org.opencontainers.image.created="2023-04-01T13:24:54Z" \
|
||||
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-r73" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r74" \
|
||||
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-3-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-rsocket-proxy-1.5.0-6-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.362-4-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-rsocket-proxy-1.5.0-8-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.362-3"
|
||||
"version": "1.8.362-4"
|
||||
},
|
||||
"prometheus-rsocket-proxy": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-6"
|
||||
"version": "1.5.0-8"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue