1.0.0-debian-10-r30 release

This commit is contained in:
Bitnami Bot
2020-08-02 02:12:03 +00:00
parent ee8545ddd2
commit 65054ec2c8
3 changed files with 21 additions and 6 deletions

View File

@@ -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

View File

@@ -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"}}
{
"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"
}
}

View File

@@ -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).