mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 10:44:36 +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.
4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/sh
|
|
touch /var/lib/mysql/created_in_mariadb.flag
|
|
echo "dumped flag for MariaDB"
|