rucio / containers

Containers for Rucio
Apache License 2.0
9 stars 56 forks source link

fts is tagged inconsistently with other containers #298

Closed maxnoe closed 1 day ago

maxnoe commented 8 months ago

The fts tags on docker hub are missing the release- prefix, that is common to all other containers.

I.e. compare:

https://hub.docker.com/r/rucio/rucio-server/tags?page=1&name=34.0.0

to

https://hub.docker.com/r/rucio/fts/tags?page=1&name=34.0.0

bari12 commented 7 months ago

We should think about why we version these (fts, xrootd, etc.) anyway - do we need it?

bjwhite-fnal commented 7 months ago

In particular, since you said et cetera, I'd like to make sure we keep version tags on the fts-cron container at least.

bari12 commented 1 day ago

Followup in #357

rdimaio commented 1 day ago

To be consistent with the general Docker tag naming convention, we have decided to remove the release- prefix from all tag names in general, i.e. they will only be named after the version number (for example 36.0.0 rather than release-36.0.0.)