netty5/docker
Norman Maurer a19d9c2ab6 Ensure we also build dependent modules for deployments (#10936)
Motivation:

We need to ensure we also build the modules we depend on as otherwise we may not be able to resolve the dependencies correctly

Modifications:

- Add -am when calling maven

Result:

Deployment works all the time
2021-03-15 11:07:52 +01:00
..
docker-compose.centos-6.111.yaml Add missing docker compose config for staging (#11066) 2021-03-08 20:51:39 +01:00
docker-compose.centos-6.115.yaml Bring forward build automation changes (#11052) 2021-03-02 17:44:03 +01:00
docker-compose.centos-6.graalvm111.yaml Bring forward build automation changes (#11052) 2021-03-02 17:44:03 +01:00
docker-compose.centos-6.openj9111.yaml Bring forward build automation changes (#11052) 2021-03-02 17:44:03 +01:00
docker-compose.centos-7.yaml Ensure we also build dependent modules for deployments (#10936) 2021-03-15 11:07:52 +01:00
docker-compose.yaml Bring forward build automation changes (#11052) 2021-03-02 17:44:03 +01:00
Dockerfile.centos6 Try to stabilize docker build by using https (#11070) 2021-03-09 09:10:36 +01:00
Dockerfile.cross_compile_aarch64 Raise the Netty 5 minimum required Java version to Java 11. (#10650) 2020-10-12 14:13:01 +02:00
README.md Bring forward build automation changes (#11052) 2021-03-02 17:44:03 +01:00

Using the docker images

cd /path/to/netty/

centos 6 with java 11

docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-6.111.yaml run test

aarch64 cross compile for transport-native-epoll on X86_64

docker-compose -f docker/docker-compose.yaml run cross-compile-aarch64-build

The default version of aarch64 gcc is 4.9-2016.02. Update the parameter gcc_version in docker-compose.yaml to use a version you want.

etc, etc