OpenShift · Example Payload

Openshift Rest Docker Build Strategy Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Openshift Rest Docker Build Strategy Example is an example object payload from OpenShift, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dockerfilePathenvnoCacheforcePullbuildArgs

Example Payload

Raw ↑
{
  "dockerfilePath": "example_value",
  "env": [],
  "noCache": true,
  "forcePull": true,
  "buildArgs": []
}