-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the `--platform` option for Moby/Docker CLI-compat reasons. This option allows to control which platform (i.e., Windows or Linux) the image will be build on and for. Make this a nop as Buildah supports only Linux. Fixes: #629 Signed-off-by: Valentin Rothberg <[email protected]> Closes: #1230 Approved by: rhatdan
- Loading branch information
1 parent
dd0f4f1
commit 72c1fe9
Showing
3 changed files
with
11 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -404,6 +404,7 @@ return 1 | |
--network | ||
--no-pivot | ||
--pid | ||
--platform | ||
--runtime | ||
--runtime-flag | ||
--security-opt | ||
|
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