Hi, Docker hub repo[1], changing tag names as version, dev, gpu. (any change comments?)
tags: no tag - latest official release version - specific version dev - day-to-day development use gpu - official gpu specific Expected usage: ```sh docker run -it --rm apache/systemds \ /bin/bash -c "echo 'print("This is SystemDS!")' > hello.dml && systemds hello.dml" ``` -- [1] https://hub.docker.com/r/apache/systemds Regards, Janardhan On Fri, Oct 15, 2021 at 6:08 PM Baunsgaard, Sebastian <baunsga...@tugraz.at.invalid> wrote: > 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 >