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.113.yaml

23 lines
348 B
YAML
Raw Normal View History

Allow to run builds with OpenJDK 13. (#8724) Motivation: There are the first EA bulds for OpenJDK 13. We should support to build with it and run builds on the CI. Modifications: - Add profile for JDK 13 - Add docker config to run with JDK 13. Result: Building and testing with OpenJDK 13 is possible.
2019-01-17 07:02:13 +01:00
version: "3"
services:
runtime-setup:
image: netty:centos-6-1.13
build:
args:
centos_version : "6"
Use correct JDK 13 version (#10276) Motivation: We had a typo in the JDK 13 version to use. Modifications: Use the correct version string Result: Be able to run CI with JDK13 again
2020-05-13 07:18:02 +02:00
java_version : "adopt@1.13.0-2"
Allow to run builds with OpenJDK 13. (#8724) Motivation: There are the first EA bulds for OpenJDK 13. We should support to build with it and run builds on the CI. Modifications: - Add profile for JDK 13 - Add docker config to run with JDK 13. Result: Building and testing with OpenJDK 13 is possible.
2019-01-17 07:02:13 +01:00
test:
image: netty:centos-6-1.13
test-leak:
image: netty:centos-6-1.13
test-boringssl-static:
image: netty:centos-6-1.13
shell:
image: netty:centos-6-1.13
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 114ms Template: 3ms
English
English Italiano
Licenses API