mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
9 lines
245 B
Docker
9 lines
245 B
Docker
FROM vmware/mariadb-photon:10.2.10
|
|
|
|
HEALTHCHECK CMD mysqladmin -uroot -p$MYSQL_ROOT_PASSWORD ping
|
|
|
|
COPY registry.sql /docker-entrypoint-initdb.d/
|
|
COPY registry-flag.sh /docker-entrypoint-initdb.d/
|
|
COPY upgrade.sh /docker-entrypoint-updatedb.d/
|
|
|