-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(image): merges manifests builder stages to one
We can combine two build stages to one, as there is no need to always build both images to only then decide from which one we want to copy manifests to the target image. Instead `manifests` stage will either copy local manifests or fetches using the script based on `FETCH_MANIFESTS` argument (previously known as `USE_LOCAL`). In addition it opens up `IMAGE_BUILD_FLAGS` variable to be overwritten when executing make targets instead of changing its value in the `Makefile` directly, as it was previously needed.
- Loading branch information
1 parent
d81665d
commit b7735c3
Showing
3 changed files
with
12 additions
and
19 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
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
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