Skip to content

Commit 4563a26

Browse files
Anton Schwarzbari12
authored andcommitted
Update Rucio Image Tag (Hardcoded)
Change the downloaded rucio image from `fedora32-python3.8` to `alma9-python3.9` because the former was outdated and caused errors in the docs build process. Note that this hardcodes the image tag and the tag needs to be changed each time rucio is updated to reflect changes made there. A "better" solution would be to query the "latest" tag, but this does not exist on the github container repository (GHCR), to the best of my knowledge.
1 parent 73ac15c commit 4563a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_dynamic_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
55
docker run --rm \
66
--volume "$SCRIPT_DIR/run_in_docker:/run_in_docker:rw" \
77
--volume "$SCRIPT_DIR/auto_generated:/auto_generated:rw" \
8-
ghcr.io/rucio/rucio/rucio-autotest:fedora32-python3.8 \
8+
ghcr.io/rucio/rucio/rucio-autotest:alma9-python3.9 \
99
/bin/bash -c /run_in_docker/generate_docs.sh

0 commit comments

Comments
 (0)