-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioc: reorder stages to improve portability.
Docker without BuildKit and Podman fail when an unused stage fails before the defined target. As static build stage from the IOC image is known to possibly fail, we now define all static build stages last. Arguments have now been defined only in stages they are used. This is required to support non-BuildKit builds, as they aren't inherited.
- Loading branch information
1 parent
d9ededc
commit 4559e78
Showing
2 changed files
with
24 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