Skip to content
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

cmd-push-container: fix --name-suffix semantics #2925

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Jun 15, 2022

I misunderstood the original intent of this switch while reworking it.
The idea is to add a suffix to the image tag, not its name.

Fix it, and rename the switch accordingly.

While we're here, add a metavar to name to make it clear that an
optional tag can also be provided.

Fixes c462739 ("cmd-push-container: replace --base-image-name by
--name-suffix").

Closes: openshift/os#847

I misunderstood the original intent of this switch while reworking it.
The idea is to add a suffix to the image tag, not its name.

Fix it, and rename the switch accordingly.

While we're here, add a metavar to `name` to make it clear that an
optional tag can also be provided.

Fixes c462739 ("cmd-push-container: replace --base-image-name by
--name-suffix").

Closes: openshift/os#847
@cgwalters
Copy link
Member

Nothing in CI covers this so

@cgwalters cgwalters merged commit 8015204 into coreos:main Jun 15, 2022
@jlebon jlebon deleted the pr/fix-name-suffix branch April 22, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RHCOS 4.11 x86_64: pushing oscontainer started failing
3 participants