Re: Add CI job for checking docker image build

2021-11-11 Thread Enrico Olivelli
+1 for reference the build script is in docker/hooks the main problem to test this is that the Dockerfile downloads the tarbal from the Apache Archive Download Website so it is not possible to run the build against the latest tarball we will have to change something in the Dockerfile Any suggest

Add CI job for checking docker image build

2021-11-11 Thread Yong Zhang
Hello, It looks like we don't have a CI to check the docker image is well or not. When we have a release, it will build automatically by tag triggered. But if the docker image is broken, it's difficult to revert the release and fix it. Without a release, we never know the docker image is ok or not