Skip to content

Commit

Permalink
Merge pull request #163 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…62-to-release-4.4

[release-4.4] Fix CI registry URL
  • Loading branch information
openshift-merge-robot authored Apr 1, 2020
2 parents 478f309 + 9f85ca4 commit f7ab8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-ci/Dockerfile.registry.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG OPENSHIFT_BUILD_NAMESPACE
COPY deploy/olm-catalog /registry/performance-addon-operator-catalog

# replaces performance-addon-operator image with the one built by openshift ci
RUN find /registry/performance-addon-operator-catalog/ -type f -exec sed -i "s|REPLACE_IMAGE|registry.svc.ci.openshift.org/${OPENSHIFT_BUILD_NAMESPACE}/stable:performance-addon-operator|g" {} \; || :
RUN find /registry/performance-addon-operator-catalog/ -type f -exec sed -i "s|REPLACE_IMAGE|default-route-openshift-image-registry.apps.build01.ci.devcluster.openshift.com/$OPENSHIFT_BUILD_NAMESPACE/stable:performance-addon-operator|g" {} \; || :
# Initialize the database
RUN initializer --manifests /registry/performance-addon-operator-catalog --output bundles.db

Expand Down

0 comments on commit f7ab8b5

Please sign in to comment.