Hi all, In PLC4X I recently introduced a new Dockerfile, which sort of describes a default building machine for building PLC4X. Also did I add a docker-compose.yaml which allows to build the local project workspace in that Docker container and which exports the built items back to the users machine.
I did this in order to allow fully reproducible builds in the near future. The general Idea is, that if someone downloads the sources of a release, he can use the docker-compose file to build the same artifacts as in the release and can theoretically compare these with the ones in maven central and hereby ensure the versions he is using are exactly the ones released. Above that if allows building your local workspace without any setup except having Docker installed. Would this be interesting for IoTDB? Chris
