Skip to content

Commit 21c7e24

Browse files
authored
Update cortex-with-cassandra.md (#2087)
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>
1 parent aa12547 commit 21c7e24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/guides/cortex-with-cassandra.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,13 @@ storage:
109109
keyspace: KEYSPACE # configure desired keyspace here.
110110
```
111111

112+
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+
112115
Run Cortex using the latest stable version:
113116

114117
```
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
116119
```
117120
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.
118121

0 commit comments

Comments
 (0)