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