mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
[bitnami/prometheus-rsocket-proxy] Release 1.5.0-debian-11-r71 (#27701)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-13T23:34:48Z" \
|
||||
org.opencontainers.image.created="2023-03-18T23:49:57Z" \
|
||||
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-r70" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r71" \
|
||||
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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-rsocket-proxy-1.5.0-5-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.362-3-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-rsocket-proxy-1.5.0-6-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "0cb6f9d6d7247b2978176a29d50e6a9ebe853545757decaaaff1899a22ebf12c",
|
||||
"digest": "a01727685913db816e1db77cf4b3e5eeaec8bbba762a9c6d708d0749b2c6a75b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.362-2"
|
||||
"version": "1.8.362-3"
|
||||
},
|
||||
"prometheus-rsocket-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "4123104afc0806fdee31786bfbe9c0a5c8e7b3117396e52c91aeaa9f5d9f2fc6",
|
||||
"digest": "02229400b55b5bb122d499ee83a11b2680b611718f2886a3fd579f6a14fef171",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-5"
|
||||
"version": "1.5.0-6"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
> Prometheus RSocket Proxy is a collection of resources used to get application metrics into Prometheus without ingress. It preserves the pull model by using RSocket bidirectional persistent RPC.
|
||||
|
||||
[Overview of Prometheus RSocket Proxy](https://github.com/micrometer-metrics/prometheus-rsocket-proxy)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
||||
Reference in New Issue
Block a user