-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[maven] Update to 3.3.3 #690
Conversation
Have you done testing to verify that For example, https://github.com/jlrigau/ci-mesos/blob/058a5fdd659d311a432fd149454d98f4d6457501/maven-git/Dockerfile and https://github.com/darnould/maven-rpm/blob/1450e90596d2e045f2613feb22c9dec8b1a55d04/Dockerfile. This is the main reason that most of the language stack official images stay as |
ok, I used |
Well, |
yep, will change and update the PR |
Thanks! ❤️ 👍 |
Make latest point to JDK-8
As recomended by @tianon at docker-library/official-images#690 This reverts commit 01a0012.
Updated |
LGTM (carlossg/docker-maven@d92da50...882a217) Build test of #690; 469830c ( $ url="https://raw.githubusercontent.com/docker-library/official-images/469830cc12c86cb9933459dc261209a4535822c0/library/maven"
$ bashbrew build "$url"
Cloning maven (git://github.com/carlossg/docker-maven) ...
Processing maven:3.3.3-jdk-7 ...
Processing maven:3.3-jdk-7 ...
Processing maven:3-jdk-7 ...
Processing maven:3.3.3-jdk-7-onbuild ...
Processing maven:3.3-jdk-7-onbuild ...
Processing maven:3-jdk-7-onbuild ...
Processing maven:3.3.3-jdk-8 ...
Processing maven:3.3.3 ...
Processing maven:3.3-jdk-8 ...
Processing maven:3.3 ...
Processing maven:3-jdk-8 ...
Processing maven:3 ...
Processing maven:latest ...
Processing maven:3.3.3-jdk-8-onbuild ...
Processing maven:3.3.3-onbuild ...
Processing maven:3.3-jdk-8-onbuild ...
Processing maven:3.3-onbuild ...
Processing maven:3-jdk-8-onbuild ...
Processing maven:3-onbuild ...
Processing maven:onbuild ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing maven:3.3.3-jdk-7
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing maven:3.3.3-jdk-7-onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing maven:3.3.3-jdk-8
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing maven:3.3.3-jdk-8-onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed |
LGTM |
Make latest point to JDK-8