Merge pull request #2700 from yixingjia/upgradeclair

Update Clair to 2.0.1
This commit is contained in:
yixingjia 2017-07-06 11:02:56 +08:00 committed by GitHub
commit 326b65ef23
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ REBUILDCLARITYFLAG=false
NEWCLARITYVERSION=
#clair parameters
CLAIRVERSION=v2.0.0
CLAIRVERSION=v2.0.1
CLAIRFLAG=false
CLAIRDBVERSION=9.6.3-photon

View File

@ -35,7 +35,7 @@ services:
networks:
- harbor-clair
container_name: clair
image: quay.io/coreos/clair:v2.0.0
image: quay.io/coreos/clair:v2.0.1
restart: always
depends_on:
- postgres