github.com/argoproj-labs/argocd-operator@v0.10.0/bundle.Dockerfile (about) 1 FROM scratch 2 3 # Core bundle labels. 4 LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 5 LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ 6 LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ 7 LABEL operators.operatorframework.io.bundle.package.v1=argocd-operator 8 LABEL operators.operatorframework.io.bundle.channels.v1=alpha 9 LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git 10 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 11 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 12 13 # Labels for testing. 14 LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1 15 LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/ 16 17 # Copy files to locations specified by labels. 18 COPY bundle/manifests /manifests/ 19 COPY bundle/metadata /metadata/ 20 COPY bundle/tests/scorecard /tests/scorecard/