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.
Would like to set default ARG values within the Dockerfile. These values can be overridden via the --build-args argument which the cp-deploy script does. This will allow the building of the container without the cp-deploy script which would allow code engine to build it.
Describe the bug
Would like to set default ARG values within the Dockerfile. These values can be overridden via the
--build-args
argument which the cp-deploy script does. This will allow the building of the container without the cp-deploy script which would allow code engine to build it.https://docs.docker.com/build/building/variables/