how to get the list that contains names with tags of all docker images from self hosted gitlab-ce
server, so that i can run a script to download them all at once?
Though I would prefer to get this list from an gitlab API call, any other solution will also be appreciated.
(currently it returns max 50 items from one gitlab API call, but I want all)