0.15.0-scratch-r0 release
This commit is contained in:
parent
e4b7db394c
commit
04f5a7b1b6
|
|
@ -1 +1,7 @@
|
|||
{"thanos": {"digest": "b288e3581be21459bd4495d316e673209df1de745c9709716dd5761c84eb20ed", "type": "BLACKSMITH", "version": "0.14.0"}}
|
||||
{
|
||||
"thanos": {
|
||||
"digest": "c98da2a2b1266434e34f1f9df151f6420415f20467dd990604fa7cb31107d8b4",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "0.15.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-scratch`, `0.14.0-scratch-r3`, `0`, `0.14.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.14.0-scratch-r3/0/scratch/Dockerfile)
|
||||
* [`0`, `0-scratch`, `0.15.0`, `0.15.0-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.15.0-scratch-r0/0/scratch/Dockerfile)
|
||||
|
||||
# Connecting to other containers
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
services:
|
||||
# Node Exporter
|
||||
node-exporter:
|
||||
image: docker.io/bitnami/node-exporter:0
|
||||
image: docker.io/bitnami/node-exporter:1
|
||||
command:
|
||||
- --web.listen-address=0.0.0.0:9100
|
||||
# Prepare Prometheus Configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue