Hi all,
While looking at the upcoming releases, it would be nice to move our docker images to Apache officially since currently we use a private docker organization. There have been some work done by Janardhan Pulivarthi already, and i think now would be a good time to pursue it once again. https://issues.apache.org/jira/browse/INFRA-21910 https://issues.apache.org/jira/browse/SYSTEMDS-2941 The ideal scenario i imagine, is that we build our images like other Apache projects, on each commit and update a latest image[1] this remove the need for everyone to have the credentials to update the images. Following this we need to include the image tagging and building for the specific releases. Also suggested by Janadhan, is a design change our image names, that we did not finish, I will help with changing the images to fit this design if people like it better. https://github.com/apache/systemds/pull/1271 best regards Sebastian [1] https://github.com/apache/airflow/blob/main/.github/workflows/build-images.yml