-
Notifications
You must be signed in to change notification settings - Fork 113
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
RHCOS 4.11 x86_64: pushing oscontainer started failing #847
RHCOS 4.11 x86_64: pushing oscontainer started failing #847
Comments
The image is missing the RHCOS version. It is trying to push to Seems some issue when we try to create the tag using |
Looks like the new The
The
This is causing the downstream RHCOS pipeline to fail. cc: @jlebon |
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
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 (cherry picked from commit 8015204)
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 (cherry picked from commit 8015204)
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 (cherry picked from commit 8015204)
Seeing the following:
Looking at the last successful oscontainer push, it was using coreos/coreos-assembler@22a85ec.
Started to fail with coreos/coreos-assembler@4a6477e
Looks like fallout from coreos/coreos-assembler#2907
cc: @cgwalters
The text was updated successfully, but these errors were encountered: