DBuildService / dbs-server

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

provide a cmd to pull the image in WebUI #15

Open vpavlin opened 10 years ago

vpavlin commented 10 years ago

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

Something like

Pull:

would be ok

TomasTomecek commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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