APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
OpenShift
DockerBuildStrategy
OpenShift
· Schema
DockerBuildStrategy
Docker build strategy that uses a Dockerfile to build images.
CI/CD
Cloud Native
Containers
DevOps
Enterprise
Kubernetes
PaaS
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.
View JSON Schema on GitHub