Skip to content

Releases: rucio/containers

Rucio 34.5.0 minor release

25 Jun 14:24
Compare
Choose a tag to compare
ui: add option to configure `RemoteIPProxyProtocol` directive

In deployment scenarios where the Rucio UI sits behind a proxy ( a loadbalancer or another reverse proxy), the client information must be handled by the UI container's httpd process.

This PR configures the `RemoteIPProxyProtocol` directive to enable the UI do to so

Rucio 34.4.3 patch release

10 Jun 12:07
Compare
Choose a tag to compare
Testing: Modify filename of requirements file; rucio#6767

Rucio 34.4.2 patch release

04 Jun 08:11
Compare
Choose a tag to compare
FTS: Remove [fts3] from fts3restconfig, on advice from FTS team; #320

Rucio 34.4.1 patch release

24 May 12:35
Compare
Choose a tag to compare
FTS: Add OAuth2=True in config; rucio#6774

Rucio 34.4.0.post1 release

22 May 09:57
d83ff6e
Compare
Choose a tag to compare

This release is used to rebuild the containers for the fts-cron scripts

Rucio 34.4.0 minor release

21 May 14:55
Compare
Choose a tag to compare
dev, ssh: update rclone to latest

Rucio 34.3.0 minor release

06 May 12:45
Compare
Choose a tag to compare
ui: fix trailing :80 inservername

Rucio 34.2.0 minor release

16 Apr 10:35
Compare
Choose a tag to compare
daemons/server: Add Grid CAs to the system trust

The origin of the /etc/grid-security directory appears to be Globus.
GFAL uses it transparently, but all other native system utilities and
libraries do not.

This commits adds the Grid CAs to the system trust at the time the
container starts, when applicable.  This will be important for the Rucio
components that:

  * Connect directly to the RSEs (Automatix, Dark Reaper, Reaper)
  * Communicate with FTS (Cleaner, Poller, Submitter, and the Rucio
    servers)

The /etc/grid-security directory does not exist by default; it has to be
populated externally and mounted in the container with
extraHostPathMounts.

webui-34.0.0

18 Apr 08:39
Compare
Choose a tag to compare
  • Rucio WebUI containers compatible with Rucio 34.x releases

Rucio 34.1.0 minor release

02 Apr 13:57
Compare
Choose a tag to compare
ui: add missing httpd config from puppet