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
This commit is contained in:
parent
e907e4d263
commit
de6fac599a
@ -9,7 +9,10 @@ services:
|
|||||||
|
|
||||||
clair:
|
clair:
|
||||||
container_name: clair_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
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user