mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 23:57:42 +01:00
1fc4142e1a
This commit fixes a recently discovered issue on Kubernetes #4496 It make necessary to avoid calling `chown` to config files during the bootstrap of the containers.
3 lines
147 B
Bash
3 lines
147 B
Bash
#!/bin/sh
|
|
sudo -E -u \#10000 sh -c "/usr/bin/env /migrations/migrate.sh && /bin/notary-server -config=/etc/notary/server-config.json -logf=logfmt"
|