1.3.0-debian-10-r407 release
This commit is contained in:
parent
751ef9f73c
commit
083a48d1fd
|
|
@ -13,17 +13,17 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "02f54928e3049660ccebfc9a6d348bfaf27c9eb5abf70ebad45962b88f38473d /tmp/bitnami/pkg/cache/java-1.8.322-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-4-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-rsocket-proxy-1.3.0-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8c4526eb42c37d95ea199e240a0e2da8e9fcf93aa03fdd97d9deecabef32f83a /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.3.0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.3.0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.3.0-4-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-rsocket-proxy-1.3.0-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "74a797b4de4a723afed5e44b743d9e839678f8c474493ad4c0c0a95e6c438b1d /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.3.0-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.3.0-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-rsocket-proxy-1.3.0-5-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN touch /opt/bitnami/prometheus-rsocket-proxy/prometheus-rsocket-proxy.log && chmod -R g+rwX /opt/bitnami/prometheus-rsocket-proxy
|
||||
|
||||
ENV BITNAMI_APP_NAME="prometheus-rsocket-proxy" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.0-debian-10-r406" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.0-debian-10-r407" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/prometheus-rsocket-proxy
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"prometheus-rsocket-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "8c4526eb42c37d95ea199e240a0e2da8e9fcf93aa03fdd97d9deecabef32f83a",
|
||||
"digest": "74a797b4de4a723afed5e44b743d9e839678f8c474493ad4c0c0a95e6c438b1d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.3.0-4"
|
||||
"version": "1.3.0-5"
|
||||
}
|
||||
}
|
||||
|
|
@ -38,7 +38,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-10`, `1.3.0`, `1.3.0-debian-10-r406`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.3.0-debian-10-r406/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.3.0`, `1.3.0-debian-10-r407`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.3.0-debian-10-r407/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus-rsocket-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue