From fa3f39e67929885186f2db1483f82fa407a693af Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 29 May 2020 09:56:32 +0000 Subject: [PATCH] 0.12.2-scratch-r13 release --- bitnami/thanos/0/scratch/docker-compose.yml | 2 +- bitnami/thanos/README.md | 2 +- bitnami/thanos/docker-compose-cluster.yml | 18 +++++++++--------- bitnami/thanos/docker-compose.yml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bitnami/thanos/0/scratch/docker-compose.yml b/bitnami/thanos/0/scratch/docker-compose.yml index 56c9edd5e7a1..d1b8efc81216 100644 --- a/bitnami/thanos/0/scratch/docker-compose.yml +++ b/bitnami/thanos/0/scratch/docker-compose.yml @@ -1,7 +1,7 @@ version: '2' services: thanos: - image: bitnami/thanos:0-scratch + image: docker.io/bitnami/thanos:0-scratch command: - query - --grpc-address=0.0.0.0:10901 diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md index f92ab4c66071..98f3ad252e85 100644 --- a/bitnami/thanos/README.md +++ b/bitnami/thanos/README.md @@ -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/). -* [`0-scratch`, `0.12.2-scratch-r12`, `0`, `0.12.2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.12.2/0/scratch/Dockerfile) +* [`0-scratch`, `0.12.2-scratch-r13`, `0`, `0.12.2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.12.2-scratch-r13/0/scratch/Dockerfile) # Connecting to other containers diff --git a/bitnami/thanos/docker-compose-cluster.yml b/bitnami/thanos/docker-compose-cluster.yml index d0e2f1473f06..54b09965e98a 100644 --- a/bitnami/thanos/docker-compose-cluster.yml +++ b/bitnami/thanos/docker-compose-cluster.yml @@ -2,12 +2,12 @@ version: '2' services: # Node Exporter node-exporter: - image: bitnami/node-exporter:0 + image: docker.io/bitnami/node-exporter:0 command: - --web.listen-address=0.0.0.0:9100 # Prepare Prometheus Configuration prepare-prometheus: - image: bitnami/minideb:buster + image: docker.io/bitnami/minideb:buster command: - /bin/bash - -ec @@ -31,7 +31,7 @@ services: - 'prom_conf:/conf' # Prometheus Server prometheus: - image: bitnami/prometheus:2 + image: docker.io/bitnami/prometheus:2 volumes: - 'tsdb_data:/opt/bitnami/prometheus/data' - 'prom_conf:/opt/bitnami/prometheus/conf' @@ -40,7 +40,7 @@ services: - prepare-prometheus # Thanos Sidecar thanos-sidecar: - image: bitnami/thanos:0-scratch + image: docker.io/bitnami/thanos:0-scratch command: - sidecar - --tsdb.path=/data @@ -52,7 +52,7 @@ services: - prometheus # MinIO minio: - image: bitnami/minio:2020 + image: docker.io/bitnami/minio:2020 ports: - '9000:9000' volumes: @@ -63,7 +63,7 @@ services: - MINIO_DEFAULT_BUCKETS=thanos # Prepare Object Store configuration prepare-object-store-conf: - image: bitnami/minideb:buster + image: docker.io/bitnami/minideb:buster command: - /bin/bash - -ec @@ -81,7 +81,7 @@ services: - 'ojb_store_conf:/conf' # Thanos Store Gateway thanos-store-gateway: - image: bitnami/thanos:0-scratch + image: docker.io/bitnami/thanos:0-scratch command: - store - --objstore.config-file=/conf/bucket.yml @@ -96,7 +96,7 @@ services: - prepare-object-store-conf # Thanos Compactor thanos-compactor: - image: bitnami/thanos:0-scratch + image: docker.io/bitnami/thanos:0-scratch command: - compact - --objstore.config-file=/conf/bucket.yml @@ -109,7 +109,7 @@ services: - prepare-object-store-conf # Thanos Query thanos-query: - image: bitnami/thanos:0-scratch + image: docker.io/bitnami/thanos:0-scratch command: - query - --grpc-address=0.0.0.0:10901 diff --git a/bitnami/thanos/docker-compose.yml b/bitnami/thanos/docker-compose.yml index 56c9edd5e7a1..d1b8efc81216 100644 --- a/bitnami/thanos/docker-compose.yml +++ b/bitnami/thanos/docker-compose.yml @@ -1,7 +1,7 @@ version: '2' services: thanos: - image: bitnami/thanos:0-scratch + image: docker.io/bitnami/thanos:0-scratch command: - query - --grpc-address=0.0.0.0:10901