DockerBuildStrategy
Docker build strategy that uses a Dockerfile to build images.
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS
Properties
| Name |
Type |
Description |
| dockerfilePath |
string |
Path of the Dockerfile relative to the context directory. |
| env |
array |
|
| noCache |
boolean |
If true, Docker build caching is disabled. |
| forcePull |
boolean |
Forces a pull of the base image before the build. |
| buildArgs |
array |
Specifies build arguments to pass to Docker. |
JSON Schema