Image
: Deprecate OneOf implementation for build
#428
Labels
Milestone
Image
: Deprecate OneOf implementation for build
#428
In v3.x.x, we allow for build to be a string or an instance of
DockerBuildArgs
.This string type allows the user to set a folder path for the Docker build context, in case the Dockerfile is not located in the current folder.
However,
DockerBuildArgs
contains a field calledcontext
, which provides the exact same functionality. We should remove the OneOf option and migrate users to useDockerBuildArgs
->context
-> .The text was updated successfully, but these errors were encountered: