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
Hi there, I'm using the latest image with basic auth. I read issue #88 and #113 but I'm a bit to silly to understand what's the problem now.
Also the registry and the ui is on a Docker Swarm environment with Portainer as management UI.
The Registry and UI is only allowed to spawn on the manager.
Bug description
When i push an image to an insecure registry with different Port 80 it tries to push to port 80 instead
How to Reproduce
Use latest image tags. Set insecure registry in Docker config. Build an image and push to registry
Hi there, I'm using the latest image with basic auth. I read issue #88 and #113 but I'm a bit to silly to understand what's the problem now.
Also the registry and the ui is on a Docker Swarm environment with Portainer as management UI.
The Registry and UI is only allowed to spawn on the manager.
Bug description
When i push an image to an insecure registry with different Port 80 it tries to push to port 80 instead
How to Reproduce
Use latest image tags. Set insecure registry in Docker config. Build an image and push to registry
For service bug, steps to reproduce the behavior:
My docker-compose file
My private docker registry configuration
My credientals configuration
Expected behavior
When I login to registry and push an image, it should pushed to correct port.
Messages
docker push registry.my.domain.com:5080/webserver:latest
The push refers to repository [my.domain.com:5080/webserver]
5f70bf18a086: Pushing 1.024kB
b1af94ce966b: Retrying in 6 seconds
81a4cb3f68a6: Pushing [==================================================>] 4.608kB
e603a75907a9: Pushing [==================================================>] 6.144kB
8b016890b75e: Pushing [==================================================>] 4.608kB
968a8603b9aa: Waiting
592ae146a01c: Waiting
4539491a6d4d: Waiting
7a54243e5443: Waiting
dcb9f737fe15: Waiting
de4aa1659df8: Waiting
75642f4b5133: Waiting
561d94cdc4d7: Waiting
b2d5eeeaba3a: Waiting
dial tcp IP.OF.REGISTRY:80: connect: connection refused
System information
Additional context
UI is reachable, login works on cli, /v2/ is reachable and returns {}
The text was updated successfully, but these errors were encountered: