Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-942

refactor quay operator + metadata images to match new names in CRW 2.1+

XMLWordPrintable

      In the Jenkinsfile for crwctl building for use with quay images, we transform the csv like this::

      				# change files
      				FILES="deploy/operator.yaml deploy/operator-local.yaml controller-manifests/v''' + CRW_VERSION + '''/codeready-workspaces.csv.yaml"
      				for d in ${FILES}; do sed -i ${d} -r -e "s#registry.redhat.io/codeready-workspaces/#quay.io/crw/#g"; done
      				# push to master-quay branch
      				git commit -s -m "[update] Push latest in master to master-quay branch" ${FILES}
      

      But the quay version of the operator image is currently still called /crw/operator-rhel8, not crw-2-rhel8-operator.

      So we should either fix the sed, or rename the image in quay.

              nickboldt Nick Boldt
              nickboldt Nick Boldt
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: