-
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 some unused stage fail 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 define 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 176b8d6
Showing
2 changed files
with
25 additions
and
20 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