-
Notifications
You must be signed in to change notification settings - Fork 84
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
oc-mirror skip-missing still returns a 404 error #476
Comments
Waiting on PR operator-framework/operator-registry#964 to resolve dependency conflict between the |
jpower432
added a commit
to jpower432/bundle
that referenced
this issue
Jun 2, 2022
Fixes openshift#476 Signed-off-by: Jennifer Power <[email protected]>
12 tasks
jpower432
added a commit
to jpower432/bundle
that referenced
this issue
Jun 2, 2022
Fixes openshift#476 Signed-off-by: Jennifer Power <[email protected]>
jpower432
added a commit
to jpower432/bundle
that referenced
this issue
Jun 6, 2022
Fixes openshift#476 Signed-off-by: Jennifer Power <[email protected]>
jpower432
added a commit
to jpower432/bundle
that referenced
this issue
Jun 7, 2022
Fixes openshift#476 Signed-off-by: Jennifer Power <[email protected]>
jpower432
added a commit
to jpower432/bundle
that referenced
this issue
Jun 8, 2022
Fixes openshift#476 Signed-off-by: Jennifer Power <[email protected]>
Closed
openshift-merge-robot
pushed a commit
that referenced
this issue
Jun 10, 2022
* chore(dep): bumps dependencey versions bumps oc import version to commit d91e0087a8a6120cbbea65397d25267a8de1cf42 bumps operator-registry import to v1.23.0 bumos helm import version to v3.9.0 Signed-off-by: Jennifer Power <[email protected]> * fix: downgrade helm to v3.8.1 for compatability The version of containerd used in helm 3.9.0 is not compatibile with version 0.24.0 of k8s/component-base. To allow the upgrade of other components, the render method has been refactored to removed the uneccessary import of kube packages from helm. Signed-off-by: Jennifer Power <[email protected]> * fix: adds MaxICSPSize to operator mirror options in cli package Signed-off-by: Jennifer Power <[email protected]> * fix(helm): changes render method to use default chart capabilities Signed-off-by: Jennifer Power <[email protected]> * fix(mirror): adds logic for skip-missing for association errors Fixes #476 Signed-off-by: Jennifer Power <[email protected]> * docs: updates flag usage to reflect skip-missing fix and comments in helm.go Signed-off-by: Jennifer Power <[email protected]> * [CI] fix integration test race on log checks Co-authored-by: James Harmison <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
What happened?
error parsing HTTP 404 response body: invalid character 'N' looking for beginning of value: "Not found\n"
What did you expect to happen?
No 404 error with skip-missing
How to reproduce it (as minimally and precisely as possible)?
$ oc-mirror --config ~/configs/imageset-config.yaml docker://localhost:5001 --skip-missing
Anything else we need to know?
This happens because
oc-mirror
translates all tag references to digest and the library used to mirror supports tag references only currently.References
openshift/oc#1105
https://bugzilla.redhat.com/show_bug.cgi?id=2089918
The text was updated successfully, but these errors were encountered: