mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
2cedfff4b3
This change reworked the vmware/harbor-db image to build it on top of vmware/mariadb-photon. Also made minor change in the entrypoint script of mariadb image to execute upgrade script during bootstrap, and fix a file permission issue in the bootstrap scripts.
7 lines
181 B
Docker
7 lines
181 B
Docker
FROM vmware/mariadb-photon:10.2.8
|
|
|
|
COPY registry.sql /docker-entrypoint-initdb.d/
|
|
COPY registry-flag.sh /docker-entrypoint-initdb.d/
|
|
COPY upgrade.sh /docker-entrypoint-updatedb.d/
|
|
|