mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
Update Notary base images and oss package
1> Update Notary server image to vmware/photon 2> Update NOtary signer image to vmware/photon 3> update oss package to latest
This commit is contained in:
parent
beefb40d0d
commit
2953ca9967
4
Makefile
4
Makefile
@ -84,8 +84,8 @@ NOTARYFLAG=false
|
|||||||
REGISTRYVERSION=2.6.2-photon
|
REGISTRYVERSION=2.6.2-photon
|
||||||
NGINXVERSION=1.11.13
|
NGINXVERSION=1.11.13
|
||||||
PHOTONVERSION=1.0
|
PHOTONVERSION=1.0
|
||||||
NOTARYVERSION=server-0.5.0
|
NOTARYVERSION=server-0.5.1
|
||||||
NOTARYSIGNERVERSION=signer-0.5.0
|
NOTARYSIGNERVERSION=signer-0.5.1
|
||||||
MARIADBVERSION=10.2.8
|
MARIADBVERSION=10.2.8
|
||||||
HTTPPROXY=
|
HTTPPROXY=
|
||||||
REBUILDCLARITYFLAG=false
|
REBUILDCLARITYFLAG=false
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- harbor-notary
|
- harbor-notary
|
||||||
notary-server:
|
notary-server:
|
||||||
image: vmware/notary-photon:server-0.5.0
|
image: vmware/notary-photon:server-0.5.1
|
||||||
container_name: notary-server
|
container_name: notary-server
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@ -27,7 +27,7 @@ services:
|
|||||||
syslog-address: "tcp://127.0.0.1:1514"
|
syslog-address: "tcp://127.0.0.1:1514"
|
||||||
tag: "notary-server"
|
tag: "notary-server"
|
||||||
notary-signer:
|
notary-signer:
|
||||||
image: vmware/notary-photon:signer-0.5.0
|
image: vmware/notary-photon:signer-0.5.1
|
||||||
container_name: notary-signer
|
container_name: notary-signer
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user