-
Notifications
You must be signed in to change notification settings - Fork 86
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
v2 does not generate usable release signatures #917
Comments
Hello @germanovm |
Hello. We have tested oc-mirror 4.18.0-202410011141.p0.g227a9c4 on stable-4.17 OCP channel |
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 |
I am very confused - is this solved or not according to this thread? Because I am having same issue using oc-mirrror downloaded directly from redhat just a couple of days ago |
Hi @gpow81 |
Version
What happened?
The mirroring works fine, I can even deploy the cincinatti operator with the graph, all is ok.
But I cannot upgrade my cluster because it does not recognize the release signatures.
What did you expect to happen?
The tool generates config-maps with signatures I can apply to the cluster, otherwise I can't use the mirror for upgrades via OSUS:
message: 'Retrieving payload failed version="4.16.10" image="mirror.example.com:50000/openshift-release-dev/ocp-release@sha256:793bac91943944692d72a61c47a3102edb70fb2948cdf54019f06376a87298ad"
failure=The update cannot be verified: unable to verify sha256:793bac91943944692d72a61c47a3102edb70fb2948cdf54019f06376a87298ad
against keyrings: verifier-public-key-redhat'
reason: RetrievePayload
status: "False"
type: ReleaseAccepted
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The tool seems to generate the signatures
But there are binary files that I cannot apply, V1 used to generate a nice config-map for these.
The text was updated successfully, but these errors were encountered: