Logo
Explore Help
Sign In
andreacavalli/netty5
1
0
Fork 0
You've already forked netty5
Code Issues Pull Requests Projects Releases Wiki Activity
netty5/docker/docker-compose.centos-6.112.yaml

23 lines
348 B
YAML
Raw Normal View History

Add docker-compose config to run with Java12 (#8327) Motivation: The first EA builds for Java12 are released so we should allow to run with these in our docker-compose setup. Modifications: Add docker-compose configs for Java12. Result: Be able to run easily with Java12 as well.
2018-09-27 12:47:17 +02:00
version: "3"
services:
runtime-setup:
image: netty:centos-6-1.12
build:
args:
centos_version : "6"
Cleanup docker / docker-compose configs (#9473) Motivation: We should use the same java versions whenever we use CentOS 6 or 7 and also use the latest Java12 version Modifications: - Use same Java versions - Use latest Java 12 version - Remove old configs which are not used anymore Result: Docker cleanup
2019-08-16 13:59:36 +02:00
java_version : "adopt@1.12.0-2"
Add docker-compose config to run with Java12 (#8327) Motivation: The first EA builds for Java12 are released so we should allow to run with these in our docker-compose setup. Modifications: Add docker-compose configs for Java12. Result: Be able to run easily with Java12 as well.
2018-09-27 12:47:17 +02:00
test:
image: netty:centos-6-1.12
test-leak:
image: netty:centos-6-1.12
test-boringssl-static:
image: netty:centos-6-1.12
shell:
image: netty:centos-6-1.12
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 126ms Template: 3ms
English
English Italiano
Licenses API