From de6fac599a8965fc8b0ea68f6c31f6def76e4d06 Mon Sep 17 00:00:00 2001 From: wezh01 Date: Fri, 6 Jul 2018 10:35:25 +0200 Subject: [PATCH] Update to correct repo clair:latest is the stable one clair-git:latest is buggy to use add proxy setting if clair runs behind proxy --- contrib/compose/docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/compose/docker-compose.yml b/contrib/compose/docker-compose.yml index 17df0ff3..1a4b24c8 100644 --- a/contrib/compose/docker-compose.yml +++ b/contrib/compose/docker-compose.yml @@ -9,7 +9,10 @@ services: clair: container_name: clair_clair - image: quay.io/coreos/clair-git:latest + image: quay.io/coreos/clair:latest + environment: + # - HTTP_PROXY=http://yourproxy.com:port + # - HTTPS_PROXY=http://yourproxy.com:port restart: unless-stopped depends_on: - postgres