mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/prometheus-rsocket-proxy] Release 1.4.0-debian-11-r19 (#440)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,10 +8,10 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libgcc-s1 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.333-153-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7ce94aacf3e51f137d94316b7767e590e7f827c0268f0d5336fd65cc7192aae8 /tmp/bitnami/pkg/cache/java-1.8.333-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.333-153-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.333-153-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.342-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8f73ab6158f088f418caafcb5fd9981cf53076f38d8f9aba49acbcbadd6ac8da /tmp/bitnami/pkg/cache/java-1.8.342-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.342-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.342-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-rsocket-proxy-1.4.0-152-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8affe178f5ef4391b6fd3e2121f23a4135acff0ef9e86491456c6b4df50c87ec /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.4.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.4.0-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "7ce94aacf3e51f137d94316b7767e590e7f827c0268f0d5336fd65cc7192aae8",
|
||||
"digest": "8f73ab6158f088f418caafcb5fd9981cf53076f38d8f9aba49acbcbadd6ac8da",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.333-153"
|
||||
"version": "1.8.342-0"
|
||||
},
|
||||
"prometheus-rsocket-proxy": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-11`, `1.4.0`, `1.4.0-debian-11-r17`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.4.0-debian-11-r17/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.4.0`, `1.4.0-debian-11-r19`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.4.0-debian-11-r19/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus-rsocket-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user