Skip to content

Releases: rucio/containers

Rucio 1.31.3 patch release

15 May 15:35
Compare
Choose a tag to compare
build alma9 dev container

Rucio 1.31.2 patch release

03 May 10:12
Compare
Choose a tag to compare
don't chmod non-existing ssh keys

was forgotten when removing the keys

Rucio 1.31.1 patch release

17 Apr 13:50
Compare
Choose a tag to compare
don't chmod non-existing ssh keys

was forgotten when removing the keys

Rucio 1.31.0 feature release

03 Apr 12:02
Compare
Choose a tag to compare
daemons: install globus dependencies in alma9 daemons

it's already done in the centos7 containers
I just forgot about it in alma9.Dockerfile

Rucio 1.31.0rc3 feature release candidate

28 Mar 14:54
Compare
Choose a tag to compare
clients: switch to using arc6-client on centos7

Also:
- remove the py2 dockerfile
- split the installed packages one per line to make it more
  human-readable.

Rucio 1.31.0rc2 feature release candidate

23 Mar 14:47
Compare
Choose a tag to compare
clients: switch to using arc6-client on centos7

Also:
- remove the py2 dockerfile
- split the installed packages one per line to make it more
  human-readable.

Rucio 1.31.0rc1 feature release candidate

20 Mar 16:22
Compare
Choose a tag to compare
build: allow builds of latest custom_tags together

if the build context contains 'push-latest' and 'custom-tag=something'
in the spec, then image_tag-<custom_tag> and latest_tag-<custom_tag>
will both be pushed to DockerHub.
For example,
'fts-cron/Dockerfile_java, push-tagged, push-latest, custom-tag=java'
will push rucio/fts-cron:1.31.0-java, rucio/fts-cron:latest-java

Rucio 1.30.8 patch release

20 Mar 12:09
Compare
Choose a tag to compare
build: allow builds of latest custom_tags together

if the build context contains 'push-latest' and 'custom-tag=something'
in the spec, then image_tag-<custom_tag> and latest_tag-<custom_tag>
will both be pushed to DockerHub.
For example,
'fts-cron/Dockerfile_java, push-tagged, push-latest, custom-tag=java'
will push rucio/fts-cron:1.31.0-java, rucio/fts-cron:latest-java

Rucio 1.30.7 patch release

13 Mar 18:41
a1462f2
Compare
Choose a tag to compare
Merge pull request #232 from rcarpa/servers_auth_alma9

servers and daemons: build alma9 images

Rucio 1.30.6 patch release

27 Feb 15:11
1964298
Compare
Choose a tag to compare
Merge pull request #224 from goseind/patch-223-add-cern-ca

enhancement: install cern ca fix #223