1.3.0-debian-10-r392 release

This commit is contained in:
Bitnami Bot
2022-01-26 02:00:28 +00:00
parent 84597ba22e
commit 71801330f9
3 changed files with 8 additions and 8 deletions

View File

@@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 libgcc1 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.322-1-linux-amd64-debian-10.tar.gz && \
echo "064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee /tmp/bitnami/pkg/cache/java-1.8.322-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-1-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.322-2-linux-amd64-debian-10.tar.gz && \
echo "b4d038090cda6aa243de5dc579a06d642918fbfc2473f114bdb443880e8a0d70 /tmp/bitnami/pkg/cache/java-1.8.322-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-2-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' && \
@@ -23,7 +23,7 @@ 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-r391" \
BITNAMI_IMAGE_VERSION="1.3.0-debian-10-r392" \
PATH="/opt/bitnami/java/bin:$PATH"
WORKDIR /opt/bitnami/prometheus-rsocket-proxy

View File

@@ -1,10 +1,10 @@
{
"java": {
"arch": "amd64",
"digest": "064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee",
"digest": "b4d038090cda6aa243de5dc579a06d642918fbfc2473f114bdb443880e8a0d70",
"distro": "debian-10",
"type": "NAMI",
"version": "1.8.322-1"
"version": "1.8.322-2"
},
"prometheus-rsocket-proxy": {
"arch": "amd64",

View File

@@ -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-r391`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.3.0-debian-10-r391/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.3.0`, `1.3.0-debian-10-r392`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.3.0-debian-10-r392/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).