0.18.0-scratch-r0 release
This commit is contained in:
parent
f5238c8784
commit
6900b3335d
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"thanos": {
|
||||
"digest": "f55d06fb037884c8034dc6afe9d9151ae6dc323dce4a5cab1a42a661a88458a4",
|
||||
"digest": "04c915dfd2edf2dfc260a2c309e4066d1aef7d8bf044a6ffadd1ebc3593e5266",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "0.17.2"
|
||||
"version": "0.18.0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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`, `0-scratch`, `0.17.2`, `0.17.2-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.17.2-scratch-r2/0/scratch/Dockerfile)
|
||||
* [`0`, `0-scratch`, `0.18.0`, `0.18.0-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.18.0-scratch-r0/0/scratch/Dockerfile)
|
||||
|
||||
# Connecting to other containers
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ services:
|
|||
- prometheus
|
||||
# MinIO
|
||||
minio:
|
||||
image: docker.io/bitnami/minio:2020
|
||||
image: docker.io/bitnami/minio:2021
|
||||
ports:
|
||||
- '9000:9000'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue