File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,6 @@ jobs:
146
146
docker pull consul:1.8.4
147
147
docker pull gcr.io/etcd-development/etcd:v3.4.7
148
148
if [ "$TEST_TAGS" = "integration_backward_compatibility" ]; then
149
- docker pull quay.io/cortexproject/cortex:v1.6.0
150
- docker pull quay.io/cortexproject/cortex:v1.7.0
151
- docker pull quay.io/cortexproject/cortex:v1.8.0
152
- docker pull quay.io/cortexproject/cortex:v1.9.0
153
- docker pull quay.io/cortexproject/cortex:v1.10.0
154
- docker pull quay.io/cortexproject/cortex:v1.11.1
155
149
docker pull quay.io/cortexproject/cortex:v1.13.1
156
150
docker pull quay.io/cortexproject/cortex:v1.13.2
157
151
docker pull quay.io/cortexproject/cortex:v1.14.0
Original file line number Diff line number Diff line change 21
21
// If you change the image tag, remember to update it in the preloading done
22
22
// by GitHub Actions too (see .github/workflows/test-build-deploy.yml).
23
23
previousVersionImages = map [string ]func (map [string ]string ) map [string ]string {
24
- "quay.io/cortexproject/cortex:v1.6.0" : preCortex110Flags ,
25
- "quay.io/cortexproject/cortex:v1.7.0" : preCortex110Flags ,
26
- "quay.io/cortexproject/cortex:v1.8.0" : preCortex110Flags ,
27
- "quay.io/cortexproject/cortex:v1.9.0" : preCortex110Flags ,
28
- "quay.io/cortexproject/cortex:v1.10.0" : nil ,
29
- "quay.io/cortexproject/cortex:v1.11.1" : nil ,
30
24
"quay.io/cortexproject/cortex:v1.13.1" : nil ,
31
25
"quay.io/cortexproject/cortex:v1.13.2" : nil ,
32
26
"quay.io/cortexproject/cortex:v1.14.0" : nil ,
You can’t perform that action at this time.
0 commit comments