The current openshift targets requires to be connected to an OpenShift cluster. The image build is operated by OpenShift S2I binary buid.
There is a need to only produce Docker files and k8s resources without provisioning the server not connecting to the cluster.
Such dry-run mode should allow:
To produce an image based on the generated Docker Files with a provisioned server.
To produce k8s resources that could then be added to the cluster.
The current openshift targets requires to be connected to an OpenShift cluster. The image build is operated by OpenShift S2I binary buid. There is a need to only produce Docker files and k8s resources without provisioning the server not connecting to the cluster. Such dry-run mode should allow: