-
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
Add Jetty #469
Add Jetty #469
Conversation
LGTM $ url="https://raw.githubusercontent.com/docker-library/official-images/7523911829e8da387dc1af27da4a1147e1a76bda/library/jetty"
$ bashbrew build "$url"
Cloning jetty (git://github.com/md5/docker-jetty) ...
Processing jetty:7.6.16-jre7 ...
Processing jetty:7.6-jre7 ...
Processing jetty:7-jre7 ...
Processing jetty:7.6.16 ...
Processing jetty:7.6 ...
Processing jetty:7 ...
Processing jetty:7.6.16-jre8 ...
Processing jetty:7.6-jre8 ...
Processing jetty:7-jre8 ...
Processing jetty:8.1.16-jre7 ...
Processing jetty:8.1-jre7 ...
Processing jetty:8-jre7 ...
Processing jetty:8.1.16 ...
Processing jetty:8.1 ...
Processing jetty:8 ...
Processing jetty:8.1.16-jre8 ...
Processing jetty:8.1-jre8 ...
Processing jetty:8-jre8 ...
Processing jetty:9.2.7-jre7 ...
Processing jetty:9.2-jre7 ...
Processing jetty:9-jre7 ...
Processing jetty:jre7 ...
Processing jetty:9.2.7 ...
Processing jetty:9.2 ...
Processing jetty:9 ...
Processing jetty:latest ...
Processing jetty:9.2.7-jre8 ...
Processing jetty:9.2-jre8 ...
Processing jetty:9-jre8 ...
Processing jetty:jre8 ...
$ bashbrew list "$url" | xargs test/run.sh
testing jetty:7.6.16-jre7
'utc' [1/1]...passed
testing jetty:7.6-jre7
'utc' [1/1]...passed
testing jetty:7-jre7
'utc' [1/1]...passed
testing jetty:7.6.16
'utc' [1/1]...passed
testing jetty:7.6
'utc' [1/1]...passed
testing jetty:7
'utc' [1/1]...passed
testing jetty:7.6.16-jre8
'utc' [1/1]...passed
testing jetty:7.6-jre8
'utc' [1/1]...passed
testing jetty:7-jre8
'utc' [1/1]...passed
testing jetty:8.1.16-jre7
'utc' [1/1]...passed
testing jetty:8.1-jre7
'utc' [1/1]...passed
testing jetty:8-jre7
'utc' [1/1]...passed
testing jetty:8.1.16
'utc' [1/1]...passed
testing jetty:8.1
'utc' [1/1]...passed
testing jetty:8
'utc' [1/1]...passed
testing jetty:8.1.16-jre8
'utc' [1/1]...passed
testing jetty:8.1-jre8
'utc' [1/1]...passed
testing jetty:8-jre8
'utc' [1/1]...passed
testing jetty:9.2.7-jre7
'utc' [1/1]...passed
testing jetty:9.2-jre7
'utc' [1/1]...passed
testing jetty:9-jre7
'utc' [1/1]...passed
testing jetty:jre7
'utc' [1/1]...passed
testing jetty:9.2.7
'utc' [1/1]...passed
testing jetty:9.2
'utc' [1/1]...passed
testing jetty:9
'utc' [1/1]...passed
testing jetty:latest
'utc' [1/1]...passed
testing jetty:9.2.7-jre8
'utc' [1/1]...passed
testing jetty:9.2-jre8
'utc' [1/1]...passed
testing jetty:9-jre8
'utc' [1/1]...passed
testing jetty:jre8
'utc' [1/1]...passed |
So many tags, like all our Java-based images. 😝 LGTM |
Welcome to the club, @md5 ❤️ |
You're willing to pass the baton if upstream becomes interested in maintaining this, right? 👍 |
@tianon Of course. |
❤️
Figured as much, but better to be sure, right? 😄
|
@tianon Thanks for checking. FWIW, I'll mention that I've signed up for I'll also make an effort to be on |
Please review. I'll open a docs PR shortly.
Closes #203