udpate DB image version

This commit is contained in:
wangyan 2017-06-14 02:22:26 -07:00
parent 02df58b4b6
commit b71584457f
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ NEWCLARITYVERSION=
#clair parameters #clair parameters
CLAIRVERSION=v2.0.0 CLAIRVERSION=v2.0.0
CLAIRFLAG=false CLAIRFLAG=false
CLAIRDBVERSION=latest CLAIRDBVERSION=9.6.3
#clarity parameters #clarity parameters
CLARITYIMAGE=vmware/harbor-clarity-ui-builder[:tag] CLARITYIMAGE=vmware/harbor-clarity-ui-builder[:tag]

View File

@ -14,7 +14,7 @@ services:
aliases: aliases:
- postgres - postgres
container_name: clair-db container_name: clair-db
image: postgres:latest image: postgres:9.6.3
restart: always restart: always
depends_on: depends_on:
- log - log