-
Notifications
You must be signed in to change notification settings - Fork 2
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
Signature check failed for latest build #49
Comments
Thanks for the report, John. We appreciate you helping us out. The problem is similar to #43. CoreOS regenerate their signing keys annually and we’re still on the old key. (https://groups.google.com/d/msg/coreos-user/4rjt4ElkJS0/hCyL2DCRAwAJ) The corresponding upstream commit in corectl we want is TheNewNormal/corectl#126. And we also have to get moby/hyperkit#200 to handle some new compiler warnings. I’ll put out a 1.0.3 release to include this. Delete ~/.coreos and ~/.rktmachine if you still have problems with the new version. Thanks again. |
https://github.com/woofwoofinc/rktmachine/releases/tag/1.0.3 is uploaded now. |
Thank you. I'm past the issues now, but the coreos image that runs when I start rktmachine 1.3 does not have buildah installed rather acbuild.This is the build info; |
Hi John. The CoreOS 1456.6.0 build number makes me think you had the RktMachine 1.0.1 release at some point. This was a temporary release created the last time we had this key roll problem and it pinned the CoreOS version to exactly 1456.6.0 since that was the last CoreOS release signed with the key. RktMachine 1.0.2 resolved the key problem and the CoreOS version was allowed to float latest again. The acbuild tool was removed in the 1.0.2 release and replaced with buildah so I think you have a disk image from RktMachine 1.0.1 also. The reason you might have these older images even when using RktMachine 1.0.3 is that CoreOS images are cached in Try deleting these two directories and starting RktMachine 1.0.3 again. The console startup should then show it downloading the latest CoreOS stable version 1800.7.0. After SSHing to this VM, I get a buildah with the following version numbers. Hope this helps. Let us know if it is still being trouble after this. |
Thanks, this fixed these issues. Working through the tutorial, the section where you fetch the ubuntu base image refers to a build that is no longer available. Its asks for version 17.10. I just changed to the latest 18.x build and is worked fine. Do you know when rkt will support the OCI format for containers, so we can bypass the docker2aci steps? |
I don’t follow rkt development closely. Last I heard was that the Red Hat acquisition of CoreOS would mean rkt becoming an independent community open source project, i.e. not supported directly by Red Hat. On the face of it, this would not seem promising for rkt development but tbh I really don’t know. I do not expect native OCI support in rkt any time soon. (Sorry if this is completely wrong, I am not an expert.) https://www.zdnet.com/article/heres-what-happens-to-coreos-now-that-red-hat-owns-it/ Thanks for the note about the Ubuntu versions. I’ve updated the docs now. |
Just downloaded the latest build. When the VM starts I get the following,
The text was updated successfully, but these errors were encountered: