github.com/percona/percona-xtradb-cluster-operator@v1.14.0/deploy/csv/redhat/bundle-1.8.0.Dockerfile (about) 1 FROM scratch 2 3 LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 4 LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ 5 LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ 6 LABEL operators.operatorframework.io.bundle.package.v1=percona-xtradb-cluster-operator-certified 7 LABEL operators.operatorframework.io.bundle.channels.v1=stable 8 LABEL operators.operatorframework.io.bundle.channel.default.v1=stable 9 LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.2.0 10 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 11 LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1 12 LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/ 13 LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1 14 15 #Add these labels 16 LABEL com.redhat.openshift.versions="v4.5,v4.6" 17 LABEL com.redhat.delivery.backport=true 18 LABEL com.redhat.delivery.operator.bundle=true 19 20 COPY 1.8.0/manifests /manifests/ 21 COPY 1.8.0/metadata /metadata/ 22 COPY 1.8.0/tests/scorecard /tests/scorecard/