dmwm / CMSRucio

7 stars 31 forks source link

[DEV] Migrate trace image to newer Alpine version #655

Open ericvaandering opened 11 months ago

ericvaandering commented 11 months ago

The trace image uses Alpine 3.15 which is no longer supported. We should move this to something newer.

Dockerfile is here: https://github.com/dmwm/CMSRucio/blob/master/docker/rucio-tracer/Dockerfile

Actually it's here: https://github.com/dmwm/rucio-tracers

d-ylee commented 5 days ago

@ericvaandering Looking at both Dockerfiles, it looks like each of them refer to different trace source repos:

CMSRucio (https://github.com/dmwm/CMSRucio/blob/master/docker/rucio-tracer/Dockerfile)

dmwm/rucio-tracers

Which repository should we be building from?