goharbor / harbor-cluster-operator

Kubernetes operator for deploying and managing Harbor and its dependent services (database, cache and storage) in a scalable and high-available way
Apache License 2.0
27 stars 14 forks source link

Error: container has runAsNonRoot and image has non-numeric user (nonroot), cannot verify user is non-root #166

Open steven-zou opened 4 years ago

steven-zou commented 4 years ago
USER nonroot:nonroot

==>

USER 1000:1000
steven-zou commented 4 years ago

As well as similar issue from core operator: https://github.com/goharbor/harbor-operator/issues/82