-
Notifications
You must be signed in to change notification settings - Fork 103
move to Java 8 #20
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
Merged
Merged
move to Java 8 #20
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm -it logstash -e 'input { syslog { port => 514 } } output { std
out { } }'
'[DEPRECATED] use `require 'concurrent'` instead of `require 'concurrent_ruby'`
Logstash startup completed $ nmap 172.17.5.167
Starting Nmap 6.47 ( http://nmap.org ) at 2015-07-28 16:03 PDT
Nmap scan report for 172.17.5.167
Host is up (0.00038s latency).
Not shown: 999 closed ports
PORT STATE SERVICE
514/tcp open shell
Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds |
Doesn't work in AUFS. 😢 |
3116ac1
to
f30253f
Compare
Ok, dropped the ports changes so we can at least move to java 8. |
👍 |
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Jul 30, 2015
- `drupal`: 8.0.0-beta13 - `golang`: 1.5beta3 (docker-library/golang#55) - `logstash`: switch to Java 8 (docker-library/logstash#20) - `owncloud`: proper latest versions (6.0.9, 7.0.7; docker-library/owncloud#6) - `sentry`: allow database host/port to come from environment instead of links (getsentry/docker-sentry#16, getsentry/docker-sentry#17)
RichardScothern
pushed a commit
to RichardScothern/official-images
that referenced
this pull request
Jun 14, 2016
- `drupal`: 8.0.0-beta13 - `golang`: 1.5beta3 (docker-library/golang#55) - `logstash`: switch to Java 8 (docker-library/logstash#20) - `owncloud`: proper latest versions (6.0.9, 7.0.7; docker-library/owncloud#6) - `sentry`: allow database host/port to come from environment instead of links (getsentry/docker-sentry#16, getsentry/docker-sentry#17)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Move to java 8 since it is recommended by upstream
logstash
: