From 65054ec2c8b4866c65311b6b4fc563e5a79d5dee Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 2 Aug 2020 02:12:03 +0000 Subject: [PATCH] 1.0.0-debian-10-r30 release --- .../1/debian-10/Dockerfile | 2 +- .../opt/bitnami/.bitnami_components.json | 17 ++++++++++++++++- bitnami/prometheus-rsocket-proxy/README.md | 8 ++++---- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/bitnami/prometheus-rsocket-proxy/1/debian-10/Dockerfile b/bitnami/prometheus-rsocket-proxy/1/debian-10/Dockerfile index c7981e5cc30c..682598d965f8 100644 --- a/bitnami/prometheus-rsocket-proxy/1/debian-10/Dockerfile +++ b/bitnami/prometheus-rsocket-proxy/1/debian-10/Dockerfile @@ -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.0.0-debian-10-r29" \ + BITNAMI_IMAGE_VERSION="1.0.0-debian-10-r30" \ PATH="/opt/bitnami/java/bin:$PATH" WORKDIR /opt/bitnami/prometheus-rsocket-proxy diff --git a/bitnami/prometheus-rsocket-proxy/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus-rsocket-proxy/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 0c9841e6d48f..50f1d811aa14 100644 --- a/bitnami/prometheus-rsocket-proxy/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus-rsocket-proxy/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1 +1,16 @@ -{"java": {"arch": "amd64", "digest": "7ccaf9b2abc4069482fea3d612e53c3b2a369e44c69e246aa8e8d7bddb496372", "distro": "debian-10", "type": "NAMI", "version": "1.8.262-0"}, "prometheus-rsocket-proxy": {"arch": "amd64", "digest": "bfc8802a089c4dad03c6137449d7aae92a6aa05edd1f568df2f0750924e2d0e0", "distro": "debian-10", "type": "NAMI", "version": "1.0.0-0"}} \ No newline at end of file +{ + "java": { + "arch": "amd64", + "digest": "7ccaf9b2abc4069482fea3d612e53c3b2a369e44c69e246aa8e8d7bddb496372", + "distro": "debian-10", + "type": "NAMI", + "version": "1.8.262-0" + }, + "prometheus-rsocket-proxy": { + "arch": "amd64", + "digest": "bfc8802a089c4dad03c6137449d7aae92a6aa05edd1f568df2f0750924e2d0e0", + "distro": "debian-10", + "type": "NAMI", + "version": "1.0.0-0" + } +} \ No newline at end of file diff --git a/bitnami/prometheus-rsocket-proxy/README.md b/bitnami/prometheus-rsocket-proxy/README.md index b771f0641b81..1efe5570034c 100644 --- a/bitnami/prometheus-rsocket-proxy/README.md +++ b/bitnami/prometheus-rsocket-proxy/README.md @@ -4,7 +4,7 @@ [Overview of Prometheus RSocket Proxy](https://github.com/micrometer-metrics/prometheus-rsocket-proxy) -# TL;DR; +# TL;DR ## Docker Compose @@ -18,8 +18,8 @@ $ docker-compose up -d * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. * With Bitnami images the latest bug fixes and features are available as soon as possible. * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. -* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution. -* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DTC)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. +* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution. +* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. * Bitnami container images are released daily with the latest distribution packages available. @@ -34,7 +34,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-debian-10`, `1.0.0-debian-10-r29`, `1`, `1.0.0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.0.0-debian-10-r29/1/debian-10/Dockerfile) +* [`1-debian-10`, `1.0.0-debian-10-r30`, `1`, `1.0.0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-rsocket-proxy/blob/1.0.0-debian-10-r30/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).