root-project / root-docker

Docker recipes for ROOT
30 stars 33 forks source link

Git to packages #84

Closed KSkwarczynski closed 2 weeks ago

KSkwarczynski commented 2 weeks ago

Is this possible to add git to ubuntu images? https://github.com/root-project/root-docker/blob/master/ubuntu2404/packages https://github.com/root-project/root-docker/blob/master/ubuntu2310/packages https://github.com/root-project/root-docker/blob/master/ubuntu2204/packages

It is used in alma9 one https://github.com/root-project/root-docker/blob/6e28cf9d9466835571ec7130436eef218daf7826/alma9/packages#L14

In my workflow I want to use root as base and then git clone another repo which relies on root.

martamaja10 commented 2 weeks ago

Hi @KSkwarczynski,

Thanks for reporting. Sure, it is not a problem. I will add git to the packages and update ubuntu2204 and ubuntu2404 with our newest patch release 6.32.02. I will not update ubuntu2310 as it was only a temporary release that will be end of life in July.

Cheers, Marta

martamaja10 commented 2 weeks ago

Hi @KSkwarczynski,

the images are now updated - you can use tags 6.32.02-ubuntu24.04 and 6.32.02-ubuntu22.04

Cheers, Marta