Skip to content

Commit

Permalink
Fix error in bundle Dockerfile (#96) (#97)
Browse files Browse the repository at this point in the history
Fix an error introduced in 458acc6 which results in the Dockerfile
template for the bundle being invalid. Wrong LABEL was changed, and this commit resolves the error.

Cherry picked from commit 6feb8d3
  • Loading branch information
leifmadsen authored Jul 7, 2021
1 parent c79a1e6 commit 968ba73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/olm-catalog/smart-gateway-operator/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ LABEL operators.operatorframework.io.bundle.channel.default.v1=<<BUNDLE_DEFAULT_
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v0.19.4
LABEL operators.operatorframework.io.metrics.project_layout=ansible
LABEL com.redhat.delivery.operator.bundle=false
LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.openshift.versions="v4.6-v4.7"
LABEL com.redhat.delivery.backport=true
LABEL com.redhat.delivery.backport=false

LABEL com.redhat.component="smart-gateway-operator-bundle-container" \
name="stf/smart-gateway-operator-bundle" \
Expand Down

0 comments on commit 968ba73

Please sign in to comment.