From 72a97cf4b995dd9705391cd5e84480b58d76f6f9 Mon Sep 17 00:00:00 2001 From: Matt Dorn Date: Wed, 28 Mar 2018 22:45:12 -0500 Subject: [PATCH] change redis image to use redis:4 (version 4.0.9) quay.io/quay/redis contains over 491 vulnerabilities - including shellshock. great for clair demo'ing though. --- quay-enterprise/tectonic/files/quay-enterprise-redis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quay-enterprise/tectonic/files/quay-enterprise-redis.yml b/quay-enterprise/tectonic/files/quay-enterprise-redis.yml index 37982cbb2..99e2665e3 100644 --- a/quay-enterprise/tectonic/files/quay-enterprise-redis.yml +++ b/quay-enterprise/tectonic/files/quay-enterprise-redis.yml @@ -18,7 +18,7 @@ spec: spec: containers: - name: redis-master - image: quay.io/quay/redis + image: redis:4 ports: - containerPort: 6379 ---