Files for creating a pilot image, using the AlmaLinux9 base image. The Dockerfile also sets up ROOT, dask and the rucio-client.
docker build --no-cachedir -t image_name . --build-arg RUCIO_VERSION=1.31.5 --build-arg DASK_VERSION=2023.4.1
(or other rucio/dask versions)
Test image with docker run -it image_name