IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
130 stars 65 forks source link

Building image steps no longer work #606

Closed fketelaars closed 6 months ago

fketelaars commented 6 months ago

Describe the bug The steps in this doc link: https://ibm.github.io/cloud-pak-deployer/50-advanced/run-on-openshift/build-image-and-run-deployer-on-openshift/#build-deployer-image-and-push-to-the-internal-registry no longer work as the build arguments are missing.

Fix Add the following to the build strategy:

dockerStrategy:
      buildArgs:
        - name: "CPD_OLM_UTILS_V1_IMAGE"
          value: "[icr.io/cpopen/cpd/olm-utils:latest](http://icr.io/cpopen/cpd/olm-utils:latest)"
        - name: "CPD_OLM_UTILS_V2_IMAGE"
          value: "[icr.io/cpopen/cpd/olm-utils-v2:latest](http://icr.io/cpopen/cpd/olm-utils-v2:latest)"