mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-08 17:08:17 +01:00
Merge pull request #2700 from yixingjia/upgradeclair
Update Clair to 2.0.1
This commit is contained in:
commit
326b65ef23
2
Makefile
2
Makefile
@ -92,7 +92,7 @@ REBUILDCLARITYFLAG=false
|
||||
NEWCLARITYVERSION=
|
||||
|
||||
#clair parameters
|
||||
CLAIRVERSION=v2.0.0
|
||||
CLAIRVERSION=v2.0.1
|
||||
CLAIRFLAG=false
|
||||
CLAIRDBVERSION=9.6.3-photon
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user