-
Notifications
You must be signed in to change notification settings - Fork 82
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
Improve Docker tags #11
Comments
It appears that Docker Hub does now support multiple tags per build. I've added I'll update the docs to ask those using |
Also add note to discourage using latest tag for jdk-8 images.
you can add a chrome version on tag too, since last update many of my testes start to fail |
Hi Mark, When i'm using your chrome images its throwing an timeout exception. Even i selected all three java versions. ChromeDriver was started successfully. |
It worked On Jan 15, but the same image is not working recently. When i update it to Firefox its working without any issues. Not sure whether the latest update to 89 version causing this issue. |
@amony-ot It's certainly a Chrome issue, so you won't experience it with Firefox. Could you raise a new issue with more details, rather than comment on this unrelated one please? |
I've now switched |
We currently support the following tags:
latest
(jdk-8/Dockerfile)jdk-11
(jdk-11/Dockerfile)jdk-16
(jdk-16/Dockerfile)These should become:
jdk-8
(jdk-8/Dockerfile)jdk-11
(jdk-11/Dockerfile)jdk-16
,latest
(jdk-16/Dockerfile)This requires:
latest
fromjdk-8
tojdk-16
. This will break users currently reliant upon this tag.The text was updated successfully, but these errors were encountered: