-
-
Notifications
You must be signed in to change notification settings - Fork 332
Build with VERSION=local version override with all images #8
Comments
https://registry.hub.docker.com/u/elgalu/docker-selenium/ If you go to the registry hub - you will see this command => Try that, and then try update: this did not work for me, although I was able to pull the images
update: there is this command on the registry hub |
Sorry guys, I'm pushing the updates please give it a few hours and will be up into the registry. |
@elgalu I had a feeling this was the case as the git hub and docker pages were out of sync + mentions of splitting out the images. Thanks for the quick response! |
@ericfrancis I see the images up on dockerhub now so you should be good to go. We are still trying to get the information tab to display some docs up there but you should be good to pull the image. |
@lrhazi I hadn't thought about the base image concern when building locally. I'll have to revisit that approach. I can see why that build would have failed since we are not dynamically changing the FROM image spec in the downstream dockerfiles. |
@mtscout6 |
No problem! @elgalu corrected me offline that his push of all the images failed. I'm pushing the rest now. |
Ok all the images should be up now. |
Moved to SeleniumHQ/docker-selenium#1 |
➜ ~ docker run -d -p 4444:4444 -p 5900:5900 --name selenium-hub elgalu/selenium-hub:2.44.0
Unable to find image 'elgalu/selenium-hub:2.44.0' locally
Pulling repository elgalu/selenium-hub
2014/11/06 12:17:51 Error: image elgalu/selenium-hub not found
➜ ~ docker pull phusion/baseimage:0.9.15
...
➜ docker-selenium git:(master) VERSION=local make build
...
Successfully built df0ff142acaf
cd ./Hub && docker build -t elgalu/selenium-hub:local .
Sending build context to Docker daemon 5.12 kB
Sending build context to Docker daemon
Step 0 : FROM elgalu/selenium-base:2.44.0
Pulling repository elgalu/selenium-base
2014/11/06 12:24:01 Error: image elgalu/selenium-base not found
make: *** [hub] Error 1
➜ docker-selenium git:(master)
The text was updated successfully, but these errors were encountered: