-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
v1.12.1 cache add: UNAUTHORIZED: authentication required #8799
Comments
Just tried it with version 1.12.2 - still broken. |
Hey @MOZGIII looks like minikube isn't finding the image in the local daemon, which is odd because we check for it first here: minikube/pkg/minikube/image/image.go Line 169 in 63bfa7a
could you provide the output of |
Sure, here you go:
|
As of |
my minikube version is v1.14.2 ➜ gin-demo minikube cache add my_image:1.0.0 ❌ Exiting due to MK_CACHE_LOAD: save to dir: caching images: caching image "/Users/puzhengsong/.minikube/cache/images/my_image_1.0.0": nil image for my_image:1.0.0: GET https://index.docker.io/v2/library/my_image/manifests/1.0.0: UNAUTHORIZED: authentication required; [map[Action:pull Class: Name:library/my_image Type:repository]] 😿 If the above advice does not help, please let us know: |
It works for me at 1.15.1: $ minikube cache add test:latest
$ minikube version
minikube version: v1.15.1
commit: 23f40a012abb52eff365ff99a709501a61ac5876 @pzs-pzs can you open another issue for this please? It looks like a different bug. |
@MOZGIII thx, I will open another issue |
Steps to reproduce the issue:
docker build -t localhost/myimage
minikube cache add localhost/myimage
This used to work with
1.11.0
, but with1.12.1
it doesn't.Full output of failed command:
Example output from our CI script, first line is the end of
docker build
:Full output of
minikube start
command used, if not already included:This seems to be mangled a bit, it's from a Github Actions output.
The text was updated successfully, but these errors were encountered: