FROM scratch

LABEL com.redhat.component="cincinnati-operator-metadata-container" \
      com.redhat.delivery.appregistry=true \
      name="openshift-update-service/openshift-update-service-operator-metadata-container" \
      version="v0.0.1" \
      upstream-version="4.4" \
      upstream-vcs-ref="696e4f97923be946a46bf22c3b3831b7b1fd5d76" \
      upstream-vcs-type="git" \
      summary="CSV Bundle for the OpenShift Update Service Operator" \
      io.openshift.expose-services="" \
      io.openshift.tags="OpenShift Update Serivce,cincinnati,upgrade,update" \
      io.k8s.display-name="OpenShift Update Service Operator metadata" \
      maintainer="Lalatendu Mohanty <lmohanty@redhat.com>" \
      description="CSV Bundle for the OpenShift Update Service Operator"

COPY ./manifests /manifests
