facebookincubator / velox

A composable and fully extensible C++ execution engine library for data management systems.
https://velox-lib.io/
Apache License 2.0
3.52k stars 1.15k forks source link

Create a docker image for linux adapters. #8280

Open kgpai opened 10 months ago

kgpai commented 10 months ago

Description

We need a docker image for linux adapters , which has minio and java installed. Currently we download a rpm for minio and then proceed to install it every time we run CI, this increases CI build time and also is not reliable (for e.g the recent cert expiry on dl.min.io ) .

mbasmanova commented 10 months ago

CC: @majetideepak @assignUser