-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow to specify dockerfile name in
image_build_spec
(#2223)
## Description: Allow to specify the Dockerfile name in `ImageBuildSpec`. Resolves #2187 - Add a new `build_file` attribute in `ImageBuildSpec`. - Update `ImageBuildSpec` tests and add custom build file tests - Update the `ImageBuildSpec`, `TargetStageAttr` validator to `nil` since it's an optional value. - Update `ImageBuildSpec`docs. - (not related) `go mod tidy`. ## Is this change user facing? ✅ <!-- If yes, please add the "user facing" label to the PR --> <!-- If yes, don't forget to include docs changes where relevant --> ## References (if applicable): <!-- Add relevant Github Issues, Discord threads, or other helpful information. -->
- Loading branch information
Showing
15 changed files
with
382 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.