diff --git a/bundle.Dockerfile b/bundle.Dockerfile new file mode 100644 index 00000000..f78084ba --- /dev/null +++ b/bundle.Dockerfile @@ -0,0 +1,14 @@ +FROM scratch + +LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 +LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ +LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ +LABEL operators.operatorframework.io.bundle.package.v1=awx-operator +LABEL operators.operatorframework.io.bundle.channels.v1=alpha +LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha +LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 +LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v0.19.4 +LABEL operators.operatorframework.io.metrics.project_layout=ansible + +COPY deploy/olm-catalog/awx-operator/manifests /manifests/ +COPY deploy/olm-catalog/awx-operator/metadata /metadata/