mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-09 00:12:03 +01:00
7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
/harbor/install_cert.sh
|
|
sudo -E -H -u \#10000 sh -c "/dumb-init -- /clair/clair -config /etc/clair/config.yaml $*"
|
|
set +e
|