In CI jobs Gluten is using clean docker image, all Java dependencies need to be downloaded from maven repo. It's better to pre-install these dependencies in CI docker. For now below docker images are used
related: https://github.com/apache/incubator-gluten/pull/11469
None