You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the latest tag is no longer published. This specifies where version
tags can be found, and uses the current latest in the given command for running
the cortex docker image
Signed-off-by: Blagoj Atanasovski <blagoj@timescale.com>
The latest tag is not published for the Cortex docker image. Visit quay.io/repository/cortexproject/cortex
113
+
to find the latest stable version tag and use it in the command bellow. At the time of writing it was v0.6.1.
114
+
112
115
Run Cortex using the latest stable version:
113
116
114
117
```
115
-
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex -config.file=/etc/single-process-config.yaml
118
+
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex:v0.6.1 -config.file=/etc/single-process-config.yaml
116
119
```
117
120
In case you prefer to run the master version, please follow this [documentation](https://github.com/cortexproject/cortex/blob/master/docs/getting_started.md) on how to build Cortex from source.
0 commit comments