mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-09 09:27:42 +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=
|
NEWCLARITYVERSION=
|
||||||
|
|
||||||
#clair parameters
|
#clair parameters
|
||||||
CLAIRVERSION=v2.0.0
|
CLAIRVERSION=v2.0.1
|
||||||
CLAIRFLAG=false
|
CLAIRFLAG=false
|
||||||
CLAIRDBVERSION=9.6.3-photon
|
CLAIRDBVERSION=9.6.3-photon
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- harbor-clair
|
- harbor-clair
|
||||||
container_name: clair
|
container_name: clair
|
||||||
image: quay.io/coreos/clair:v2.0.0
|
image: quay.io/coreos/clair:v2.0.1
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user