-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli.BudFlags: add --platform
nop
#1230
Conversation
@rhatdan @TomSweeneyRedHat PTAL This option exists as well for run, pull and import. Shall we make it a nop for those as well? We had to touch Podman as well. |
hmm, tests seem to think you didn't sign it. |
bot, retest this please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will need bash completions and man page updates too.
It's actually some old commits (2017) that are causing the hiccup:
I don't yet know how we could resolve this issue. Besides this, the commit should be fine now. |
could you bump |
At the moment it's on |
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: containers#629 Signed-off-by: Valentin Rothberg <[email protected]>
Set it to 87cb532 in order to ignore an unsigned commit breaking CI. Signed-off-by: Giuseppe Scrivano <[email protected]> Signed-off-by: Valentin Rothberg <[email protected]>
LGTM |
Now it's a timeout in one test 🙅♂️ so close. |
📌 Commit 4f0d80d has been approved by |
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
Set it to 87cb532 in order to ignore an unsigned commit breaking CI. Signed-off-by: Giuseppe Scrivano <[email protected]> Signed-off-by: Valentin Rothberg <[email protected]> Closes: #1230 Approved by: rhatdan
💔 Test failed - status-travis |
@rh-atomic-bot retry |
⚡ Test exempted: pull fully rebased and already tested. |
Set it to 87cb532 in order to ignore an unsigned commit breaking CI. Signed-off-by: Giuseppe Scrivano <[email protected]> Signed-off-by: Valentin Rothberg <[email protected]> Closes: #1230 Approved by: rhatdan
Add the
--platform
option for Moby/Docker CLI-compat reasons. Thisoption 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]