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

provide a cmd to pull the image in WebUI #15

Open
vpavlin opened this issue Nov 12, 2014 · 3 comments
Open

provide a cmd to pull the image in WebUI #15

vpavlin opened this issue Nov 12, 2014 · 3 comments

Comments

@vpavlin
Copy link

vpavlin commented Nov 12, 2014

User should be able to easily find an URL to pull the image

Something like

Pull:

  • dbs-stg2.usersys.redhat.com:5000/testuser/rebuild_virsh:latest

would be ok

@TomasTomecek
Copy link
Member

Client already has this information:

https://github.com/DBuildService/dbs-server/blob/master/dbs/api/core.py#L146

therefore this should be trivial to implement

@vpavlin
Copy link
Author

vpavlin commented Nov 12, 2014

Great, just be careful with hardcoding the port: 'dock pull %s:5000/%s'" - there is no certainty registry has to run on port 5000 (I know this is just the PoC version, #justsaying:)

@TomasTomecek
Copy link
Member

Good point. We should add internal registry address to configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants