mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
12abeb0a36
1>Change the user from root to notary 2>Update the images.
4 lines
175 B
Bash
4 lines
175 B
Bash
#!/bin/sh
|
|
chown 10000:10000 -R /config
|
|
sudo -E -u \#10000 sh -c "/usr/bin/env && /migrations/migrate.sh && /bin/notary-signer -config=/config/signer-config.json -logf=logfmt"
|