-
Notifications
You must be signed in to change notification settings - Fork 81
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
"could not parse reference:" Error while Mirroring an image set to a mirror registry using oc-mirror #897
Comments
The problem seems to be this command is broken:
The imageset-config.yaml it generates is incorrect. It generates a file with the following format. I'm not sure why it has v4.17 which at time of writing doesn't exist.
I updated based on a friend's instructions to:
That obviously has some extra operators but it seems like the main difference is it doesn't have my repo info in it. That worked and mirrored correctly. |
I have the same error. When running the command
I get this output
The output should not reference v4.17. At a minimum the output should reference the same major release as the oc-mirror binary, which in this case is:
|
Bug created: https://issues.redhat.com/browse/OCPBUGS-37931 |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Exact same problem as #643 except I'm on 4.16.
I'm sure I'm doing something wrong, but at a very minimum, this is a bug in the sense that it should output the problem and not an empty string:
I'm following these instructions
The text was updated successfully, but these errors were encountered: