github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/integration/e2e/images/images.go (about) 1 package images 2 3 // If you change the image tag, remember to update it in the preloading done 4 // by GitHub actions (see .github/workflows/*). 5 6 // These are variables so that they can be modified. 7 8 var ( 9 Memcached = "memcached:1.6.1" 10 Minio = "minio/minio:RELEASE.2021-10-13T00-23-17Z" 11 KES = "minio/kes:v0.17.1" 12 Consul = "consul:1.8.4" 13 ETCD = "gcr.io/etcd-development/etcd:v3.4.7" 14 DynamoDB = "amazon/dynamodb-local:1.11.477" 15 BigtableEmulator = "shopify/bigtable-emulator:0.1.0" 16 Cassandra = "rinscy/cassandra:3.11.0" 17 SwiftEmulator = "bouncestorage/swift-aio:55ba4331" 18 )