github.com/percona/percona-xtradb-cluster-operator@v1.14.0/deploy/csv/redhat/bundle-1.4.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 10 COPY 1.4.0/manifests /manifests/ 11 COPY 1.4.0/metadata /metadata/ 12 LABEL com.redhat.openshift.versions="v4.5,v4.6" 13 LABEL com.redhat.delivery.operator.bundle=true