@@ -65,7 +65,7 @@ docker run -d --net=host --rm \
65
65
-v ${CURR_DIR}/prom-eu1-replica0:/prometheus \
66
66
--name prom-eu1-0-sidecar \
67
67
-u root \
68
- quay.io/thanos/thanos: v0 .19.0-rc.2 \
68
+ quay.io/thanos/thanos: v0 .19.0 \
69
69
sidecar \
70
70
--tsdb.path /prometheus \
71
71
--objstore.config-file /etc/thanos/minio-bucket.yaml \
@@ -85,7 +85,7 @@ docker run -d --net=host --rm \
85
85
-v ${CURR_DIR}/prom-eu1-replica1:/prometheus \
86
86
--name prom-eu1-1-sidecar \
87
87
-u root \
88
- quay.io/thanos/thanos: v0 .19.0-rc.2 \
88
+ quay.io/thanos/thanos: v0 .19.0 \
89
89
sidecar \
90
90
--tsdb.path /prometheus \
91
91
--objstore.config-file /etc/thanos/minio-bucket.yaml \
@@ -105,7 +105,7 @@ docker run -d --net=host --rm \
105
105
-v ${CURR_DIR}/prom-us1-replica0:/prometheus \
106
106
--name prom-us1-0-sidecar \
107
107
-u root \
108
- quay.io/thanos/thanos: v0 .19.0-rc.2 \
108
+ quay.io/thanos/thanos: v0 .19.0 \
109
109
sidecar \
110
110
--tsdb.path /prometheus \
111
111
--objstore.config-file /etc/thanos/minio-bucket.yaml \
@@ -130,7 +130,7 @@ Let's run Store Gateway server:
130
130
docker run -d --net=host --rm \
131
131
-v ${CURR_DIR}/minio-bucket.yaml:/etc/thanos/minio-bucket.yaml \
132
132
--name store-gateway \
133
- quay.io/thanos/thanos: v0 .19.0-rc.2 \
133
+ quay.io/thanos/thanos: v0 .19.0 \
134
134
store \
135
135
--objstore.config-file /etc/thanos/minio-bucket.yaml \
136
136
--http-address 0.0.0.0:19094 \
@@ -143,7 +143,7 @@ docker run -d --net=host --rm \
143
143
docker stop querier && \
144
144
docker run -d --net=host --rm \
145
145
--name querier \
146
- quay.io/thanos/thanos: v0 .19.0-rc.2 \
146
+ quay.io/thanos/thanos: v0 .19.0 \
147
147
query \
148
148
--http-address 0.0.0.0:9090 \
149
149
--grpc-address 0.0.0.0:19190 \
@@ -162,7 +162,7 @@ Visit https://[[HOST_SUBDOMAIN]]-9090-[[KATACODA_HOST]].environments.katacoda.co
162
162
docker run -d --net=host --rm \
163
163
-v ${CURR_DIR}/minio-bucket.yaml:/etc/thanos/minio-bucket.yaml \
164
164
--name compactor \
165
- quay.io/thanos/thanos: v0 .19.0-rc.2 \
165
+ quay.io/thanos/thanos: v0 .19.0 \
166
166
compact \
167
167
--wait --wait-interval 30s \
168
168
--consistency-delay 0s \
0 commit comments