github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/images/busybox-index/busybox/2.0.0/dockerfile (about) 1 FROM scratch 2 3 # We are pushing an operator-registry bundle 4 # that has both metadata and manifests. 5 LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 6 LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ 7 LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ 8 LABEL operators.operatorframework.io.bundle.package.v1=busybox 9 LABEL operators.operatorframework.io.bundle.channels.v1=alpha 10 LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha 11 12 ADD ./manifests/*.yaml /manifests/ 13 ADD ./metadata/annotations.yaml /metadata/annotations.yaml