Skip to content

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 1 commit into from
Jul 29, 2015
Merged

Conversation

yosifkit
Copy link
Member

Move to java 8 since it is recommended by upstream logstash:

WARN -- Concurrent: [DEPRECATED] Java 7 is deprecated, please use Java 8.
Java 7 support is only best effort, it may not work. It will be removed in next release (1.0).

@yosifkit
Copy link
Member Author

$ 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

@tianon
Copy link
Member

tianon commented Jul 29, 2015

Doesn't work in AUFS. 😢

http://lkml.iu.edu/hypermail/linux/kernel/0902.3/01324.html

@yosifkit yosifkit changed the title Allow binding to "privileged" ports; move to Java 8 move to Java 8 Jul 29, 2015
@yosifkit yosifkit force-pushed the priviledged-ports branch from 3116ac1 to f30253f Compare July 29, 2015 17:35
@yosifkit
Copy link
Member Author

Ok, dropped the ports changes so we can at least move to java 8.

@tianon
Copy link
Member

tianon commented Jul 29, 2015

👍

tianon added a commit that referenced this pull request Jul 29, 2015
@tianon tianon merged commit 75d52ff into docker-library:master Jul 29, 2015
@tianon tianon deleted the priviledged-ports branch July 29, 2015 17:37
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants