Skip to content

Commit

Permalink
Fix operator-main-bundle Dockerfile…
Browse files Browse the repository at this point in the history
It needs to be moved, but for now, let's try to make the build green.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 3, 2024
1 parent c630b1c commit 49340e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions olm-catalog/openshift-pipelines/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM registry.redhat.io/ubi8/ubi-micro:latest
FROM scratch

COPY olm-catalog/serverless-operator/manifests /manifests
COPY olm-catalog/serverless-operator/metadata/annotations.yaml /metadata/annotations.yaml
COPY openshift/olm-catalog/openshift-pipelines/manifests /manifests
COPY openshift/olm-catalog/openshift-pipelines/metadata/annotations.yaml /metadata/annotations.yaml

LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
Expand Down

0 comments on commit 49340e7

Please sign in to comment.