Skip to content

Conversation

jmrodri
Copy link
Member

@jmrodri jmrodri commented Feb 3, 2021

Because folks may have docker aliased to podman, and Podman prefers options before positional arguments:

$ podman build --help | grep CONTEXT-DIRECTORY  podman build [command options] CONTEXT-DIRECTORY | URL

Supersedes PR #4226

Co-authored-by: W. Trevor King wking@tremily.us
Signed-off-by: jesus m. rodriguez jmrodri@gmail.com

Checklist

If the pull request includes user-facing changes, extra documentation is required:

@jmrodri
Copy link
Member Author

jmrodri commented Feb 3, 2021

Supplants PR #4226 since that one has to be rebased again.

@jmrodri jmrodri force-pushed the reorder-docker-args branch 2 times, most recently from c028640 to 66380c1 Compare February 3, 2021 01:08
Because folks may have 'docker' aliased to 'podman', and Podman prefers options before positional arguments: $ podman build --help | grep CONTEXT-DIRECTORY podman build [command options] CONTEXT-DIRECTORY | URL We can't change the v2 sample since it still uses the old format. Co-authored-by: W. Trevor King <wking@tremily.us> Signed-off-by: jesus m. rodriguez <jmrodri@gmail.com>
@jmrodri jmrodri force-pushed the reorder-docker-args branch from 66380c1 to 1220503 Compare February 4, 2021 02:51
Copy link
Member

@estroz estroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 4, 2021
@estroz
Copy link
Member

estroz commented Feb 4, 2021

/retest

@jmrodri jmrodri merged commit 34e4a35 into operator-framework:master Feb 4, 2021
@jmrodri
Copy link
Member Author

jmrodri commented Feb 4, 2021

/retest

jmrodri added a commit to jmrodri/operator-sdk that referenced this pull request Feb 4, 2021
…rator-framework#4466)" This reverts commit 34e4a35. Signed-off-by: jesus m. rodriguez <jmrodri@gmail.com>
reinvantveer pushed a commit to reinvantveer/operator-sdk that referenced this pull request Feb 5, 2021
…amework#4466) Because folks may have 'docker' aliased to 'podman', and Podman prefers options before positional arguments: $ podman build --help | grep CONTEXT-DIRECTORY podman build [command options] CONTEXT-DIRECTORY | URL We can't change the v2 sample since it still uses the old format. Co-authored-by: W. Trevor King <wking@tremily.us> Signed-off-by: jesus m. rodriguez <jmrodri@gmail.com> Co-authored-by: W. Trevor King <wking@tremily.us> Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
@jmrodri jmrodri deleted the reorder-docker-args branch January 30, 2022 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
4 participants