Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ LABEL com.redhat.openshift.versions="v4.16-v4.19" \
io.k8s.display-name="Red Hat OpenShift Builds Operator Bundle" \
io.openshift.tags="builds,operator,bundle" \
maintainer="openshift-builds@redhat.com" \
name="openshift-builds/operator-bundle" \
name="openshift-builds/openshift-builds-operator-bundle" \
summary="Red Hat OpenShift Builds Operator Bundle" \
url="https://catalog.redhat.com/software/containers/openshift-builds/openshift-builds-operator-bundle" \
vendor="Red Hat, Inc." \
version="1.5.1" \
release="1.5.1"
release="1.5.1" \
cpe="cpe:/a:redhat:openshift_builds:1.5::el9"

COPY bundle/ /
COPY LICENSE /licenses/
Expand Down