Skip to content
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

HTTP status: 500 Internal Server Error #103

Closed
Arktius opened this issue May 10, 2020 · 2 comments
Closed

HTTP status: 500 Internal Server Error #103

Arktius opened this issue May 10, 2020 · 2 comments

Comments

@Arktius
Copy link

Arktius commented May 10, 2020

When I push my application to a private registry in my own namespace, I get the following error:

...\Docker>docker push registry.../namespace/application
6e7b8eefdb11: Pushing [==================================================>]  185.3kB
31f8d07a1a5e: Layer already exists
db0abfd144ab: Pushing [==================================================>]  116.7kB
bc693526588f: Layer already exists
38d7ba77fba6: Pushing [>                                                  ]    535kB/5.148GB
fcd8d39597dd: Layer already exists
875120aa853c: Layer already exists
f2cb0ecef392: Layer already exists
received unexpected HTTP status: 500 Internal Server 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

@AndreasHassing
Copy link

It looks like you're using Docker for Windows, which means you most likely are trying to push a Windows image to the registry. If so, see #89.

@Arktius
Copy link
Author

Arktius commented Aug 20, 2020

The server was actually down. =)

@Arktius Arktius closed this as completed Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants