mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
Merge pull request #3648 from reasonerjt/rebuild-images
[Upload Build]Bump up mariaDB's version
This commit is contained in:
commit
a409cf8088
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ NGINXVERSION=1.11.13
|
||||
PHOTONVERSION=1.0
|
||||
NOTARYVERSION=server-0.5.1
|
||||
NOTARYSIGNERVERSION=signer-0.5.1
|
||||
MARIADBVERSION=10.2.8
|
||||
MARIADBVERSION=10.2.10
|
||||
HTTPPROXY=
|
||||
REBUILDCLARITYFLAG=false
|
||||
NEWCLARITYVERSION=
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM vmware/mariadb-photon:10.2.8
|
||||
FROM vmware/mariadb-photon:10.2.10
|
||||
|
||||
HEALTHCHECK CMD mysqladmin -uroot -p$MYSQL_ROOT_PASSWORD ping
|
||||
|
||||
|
@ -45,7 +45,7 @@ services:
|
||||
syslog-address: "tcp://127.0.0.1:1514"
|
||||
tag: "notary-signer"
|
||||
notary-db:
|
||||
image: vmware/mariadb-photon:10.2.8
|
||||
image: vmware/mariadb-photon:10.2.10
|
||||
container_name: notary-db
|
||||
restart: always
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user