-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
kubectl-helm-minikube feature fails to install in my codespaces #523
Comments
@samruddhikhandale any help would be appreciated. |
UPDATE: Please note that using this feature via the old method works as intended: "kubectl-helm-minikube": {
"version": "latest",
"helm": "latest",
"minikube": "latest"
}, |
Hi 👋 The problem in this case is with the From devcontainers/images#370, the yarn GPG key was expired, which caused apt issues for all the past images. All the currently supported images were patched, @oliverlabs would it be possible to use the currently supported images instead? Else, you should be able to unblock with the workaround mentioned in devcontainers/images#370 (comment) |
Thanks so much for providing this info, @samruddhikhandale. Yes, I'll just change the base image to Ubuntu:jammy. Good shout. I am very impressed with the level of support :) |
The kubectl-helm-minikube feature fails in my container. It seems to be a yarn gpg signature error.
Here's how I call it in my
devcontainer.json
:I am using the following docker image as a base:
FROM mcr.microsoft.com/devcontainers/dotnet:0-3.1
It seems to be running on Ubuntu:
Here's an output of my container build:
The text was updated successfully, but these errors were encountered: