-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't build plugin registry on MacOS: Bad GPG signature + other problems #23054
Comments
I think there might be an unrelated issue too, as I managed to work around the signature issue by adding --nogpgcheck to the yum invocation. But then I get this output:
I think this is because I'm on macOS, and I need to change the docker command in build.sh to run
|
I've tried building it on Linux (Artix Linux). Interestingly, there was no signature error here, but it fails later in the process with a different, more cryptic error:
|
Nevermind - that error 56 seems to be some intermittent network error. I have seen a successful build on Linux |
@ryanw666 closing, feel free to reopen if assistance is needed or ping us on the community slack ;-) |
Describe the bug
I'm trying to build the plugin registry as described here: https://eclipse.dev/che/docs/stable/administration-guide/extensions-for-microsoft-visual-studio-code-open-source/
I have checked out the repository locally. I get to the step where it tells me to run:
$ ./build.sh -o <username> -r quay.io -t custom
But building the image fails with this output:
I've tried this on master branch and on the tag 7.89.0. I've tried building after reverting any changes I made to the repository.
Che version
7.89@latest
Steps to reproduce
build.sh
Expected behavior
Runtime
Kubernetes (vanilla)
Screenshots
No response
Installation method
chectl/latest
Environment
macOS
Eclipse Che Logs
No response
Additional context
If it matters, I'm on macOS 14.5.
The text was updated successfully, but these errors were encountered: