Skip to content

Commit

Permalink
Update Rucio Image Tag (Hardcoded)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Anton Schwarz authored and bari12 committed Aug 8, 2023
1 parent 73ac15c commit 4563a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_dynamic_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker run --rm \
--volume "$SCRIPT_DIR/run_in_docker:/run_in_docker:rw" \
--volume "$SCRIPT_DIR/auto_generated:/auto_generated:rw" \
ghcr.io/rucio/rucio/rucio-autotest:fedora32-python3.8 \
ghcr.io/rucio/rucio/rucio-autotest:alma9-python3.9 \
/bin/bash -c /run_in_docker/generate_docs.sh

0 comments on commit 4563a26

Please sign in to comment.