github.com/IBM-Blockchain/fabric-operator@v1.0.4/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=fabric-opensource-operator
     8  LABEL operators.operatorframework.io.bundle.channels.v1=alpha
     9  LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.24.1
    10  LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
    11  LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
    12  
    13  # Copy files to locations specified by labels.
    14  COPY bundle/manifests /manifests/
    15  COPY bundle/metadata /metadata/