1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-07 16:37:55 +01:00
harbor/make/photon/clair/docker-entrypoint.sh
DQ a0462f0baa Change the clair container to non root user
Signed-off-by: DQ <dengq@vmware.com>
2019-11-04 11:36:39 +08:00

8 lines
133 B
Bash

#!/bin/bash
set -e
/home/clair/install_cert.sh
/home/clair/dumb-init -- /home/clair/clair -config /etc/clair/config.yaml $*
set +e