[bitnami/prometheus-rsocket-proxy] Release 1.5.3-debian-11-r3 (#55141)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
660a637d9c
commit
bca9a6a0f9
|
|
@ -7,10 +7,10 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2024-01-08T02:18:27Z" \
|
||||
org.opencontainers.image.created="2024-01-20T02:27:25Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.5.3-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="1.5.3-debian-11-r3" \
|
||||
org.opencontainers.image.title="prometheus-rsocket-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.5.3"
|
||||
|
|
@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-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.392-9-8-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.402-7-0-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-rsocket-proxy-1.5.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -42,6 +42,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get update && apt-get upgrade -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN touch /opt/bitnami/prometheus-rsocket-proxy/prometheus-rsocket-proxy.log && chmod -R g+rwX /opt/bitnami/prometheus-rsocket-proxy
|
||||
|
||||
ENV APP_VERSION="1.5.3" \
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
prometheus-rsocket-proxy:
|
||||
image: docker.io/bitnami/prometheus-rsocket-proxy:1
|
||||
ports:
|
||||
- '8080:8080'
|
||||
- '7001:7001'
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.392-9-8"
|
||||
"version": "1.8.402-7-0"
|
||||
},
|
||||
"prometheus-rsocket-proxy": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -9,11 +9,8 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
|
|||
|
||||
## TL;DR
|
||||
|
||||
### Docker Compose
|
||||
|
||||
```console
|
||||
curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/prometheus-rsocket-proxy/docker-compose.yml > docker-compose.yml
|
||||
docker-compose up -d
|
||||
docker run --name prometheus-rsocket-proxy bitnami/prometheus-rsocket-proxy:latest
|
||||
```
|
||||
|
||||
## Why use Bitnami Images?
|
||||
|
|
@ -65,6 +62,12 @@ docker build -t bitnami/APP:latest .
|
|||
|
||||
For further documentation, please check [here](https://github.com/micrometer-metrics/prometheus-rsocket-proxy).
|
||||
|
||||
## Notable Changes
|
||||
|
||||
### Starting January 16, 2024
|
||||
|
||||
* The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
|
|
|||
Loading…
Reference in New Issue