mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-11 22:20:00 +01:00
udpate DB image version
This commit is contained in:
parent
02df58b4b6
commit
b71584457f
2
Makefile
2
Makefile
@ -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]
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user