-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Build with VERSION=local version override with all images #1
Labels
Comments
Yep, I see the bug. We'll need generate step to modify the FROM line with the proper VERSION requested when running make. |
ghost
self-assigned this
Jun 9, 2015
ghost
pushed a commit
that referenced
this issue
Jun 9, 2015
fix issue #1 example: VERSION=local make ball should build all Dockerfile FROM field with 'local' tag
ghost
mentioned this issue
Jun 9, 2015
ghost
closed this as completed
Jun 11, 2015
Closed
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Initial issue derived from elgalu/docker-selenium#8
The README gives directions to build the images locally by using a local version tag. This unfortunately does not work, because the
FROM
field in each Dockerfile is version specific.The text was updated successfully, but these errors were encountered: