You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "allow-nondistributable-artifacts": [ "localhost:5000" ] to the settings (Docker Engine).
Restart the computer as well as Docker.
Docker logout and login again.
I don't know what could have changed. The application works flawlessly on my local machine and I got no errors a week before. The Docker file is unchanged.
How can I get more information about the failed push?
Docker version 19.03.8
Kubernetes 1.15.5
The text was updated successfully, but these errors were encountered:
When I push my application to a private registry in my own namespace, I get the following error:
What I've tried so far:
Add
"allow-nondistributable-artifacts": [ "localhost:5000" ]
to the settings (Docker Engine).Restart the computer as well as Docker.
Docker logout and login again.
I don't know what could have changed. The application works flawlessly on my local machine and I got no errors a week before. The Docker file is unchanged.
How can I get more information about the failed push?
Docker version 19.03.8
Kubernetes 1.15.5
The text was updated successfully, but these errors were encountered: