0.25.0-scratch-r1 release

This commit is contained in:
Bitnami Bot
2022-03-07 17:10:13 +00:00
parent 099c9d4a01
commit 5551190975
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,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`, `0-scratch`, `0.25.0`, `0.25.0-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.25.0-scratch-r0/0/scratch/Dockerfile)
* [`0`, `0-scratch`, `0.25.0`, `0.25.0-scratch-r1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.25.0-scratch-r1/0/scratch/Dockerfile)
## Connecting to other containers

View File

@@ -63,8 +63,8 @@ services:
volumes:
- 'minio_data:/data'
environment:
- MINIO_ACCESS_KEY=minio
- MINIO_SECRET_KEY=minio123
- MINIO_ROOT_USER=minio
- MINIO_ROOT_PASSWORD=minio123
- MINIO_DEFAULT_BUCKETS=thanos
# Prepare Object Store configuration
prepare-object-store-conf: