rucio / containers

Containers for Rucio
Apache License 2.0
8 stars 54 forks source link

dev, ssh: update rclone to latest #314

Closed maany closed 1 month ago

maany commented 1 month ago

The outdated rclone versions (1.57-DEV) in the dev and ssh container do not work with the openssl versions available in those containers. This is causing the rclone integration tests to fail https://github.com/rucio/rucio/issues/6763

This PR bumps the rclone version to the latest available version. I recreated the failing integration tests, applied this patch which made the tests pass.

p.s. this will require a release ( or at least pushing the updated containers to Docker Hub), so that the integration tests can use the updated containers

maany commented 1 month ago

@bari12 we need this to fix the integration tests. Should we make a new release or should I just update the latest containers manually for dev and ssh?

bari12 commented 1 month ago

@maany if you could just push the ssh and dev one, that would be great :-) Thanks!