OpenShift · JSON Structure

Openshift Rest Docker Build Strategy Structure

Type: object Properties: 5
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

DockerBuildStrategy is a JSON Structure definition published by OpenShift, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

dockerfilePath env noCache forcePull buildArgs

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DockerBuildStrategy",
  "type": "object",
  "properties": {
    "dockerfilePath": {
      "type": "string"
    },
    "env": {
      "type": "array"
    },
    "noCache": {
      "type": "boolean"
    },
    "forcePull": {
      "type": "boolean"
    },
    "buildArgs": {
      "type": "array"
    }
  }
}