-
Notifications
You must be signed in to change notification settings - Fork 475
image push success , but webui not image info. #1035
Comments
Portus cannot resolve the name |
@holgerreif thanks! |
Closing this issue since it's not a problem within Portus. As @holgerreif pointed out, make sure your host is resolvable. |
I have the same issue but the hostname is resolvable.
|
Also note that I followed this tutorial to set everything up with TLS on the same machine.
Things I can't do:
|
Ok just changed to an absolute IP and I get better trace but still no dice on viewing in the web interface.
|
Ah turns out it was ignoring it so I added the external registry as just the ip without port and it now works. Sorry for the spam hopefully this helps the next person. |
@crunchy234 Do you think that you can help me fix the issue?
I'm following the examples/compose/secure example. Thank you so much! |
@robertofabrizi well, make sure that this is reachable from within the container, because both Portus and the background process says it isn't reachable. Make sure that you are using the right port (e.g. it's not the typical 5000 port). |
@mssola Thanks for the help mssola. I'm not exacly sure about how to do that, I simply followed the instructions here: https://github.com/SUSE/Portus/tree/master/examples/compose I changed references of the hostname in env and nginx.conf: in particular, in .env
and in nginx.conf
Then I did docker-compose up, then went to https://centos7.devops and created the default admin user, and finally set up the registry with a name (maas), hostname (centos7.devops) and ticked the "Use SSL" checkbox. I didn't change anything else in the docker-compose.yml, and I didn't put https nor the port in the Hostname input field inside the Web Console, as per instructions at the above mentioned link. EDIT: naturally I also generated some self signed certificates that are being used both by the Portus Web Console and by Docker login (I imported my self generated CA in the trust CA to be able to docker login to the private registry). |
@robertofabrizi let's keep the conversation in #1709 😉 . |
#2243 (comment) |
infrastructure
docker server run info:
Error library/registry:2.3.1 container logs
time="2016-08-19T06:28:36Z" level=error msg="retryingsink: error writing events: httpSink{http://onlyeric.reg:3000/v2/webhooks/events}: error posting: Post http://onlyeric.reg:3000/v2/webhooks/events: dial tcp: lookup onlyeric.reg on 8.8.8.8:53: no such host, retrying"
time="2016-08-19T06:28:36Z" level=warning msg="httpSink{http://onlyeric.reg:3000/v2/webhooks/events} encountered too many errors, backing off"
The text was updated successfully, but these errors were encountered: