Skip to content

Commit

Permalink
Merge pull request #429 from TopRichard/nessi-2023.06-fix-eessi_conta…
Browse files Browse the repository at this point in the history
…iner_overlay

fix `${cvmfs_repo_name}` in EESSI_WRITABLE_OVERLAY when merging all lower directories
  • Loading branch information
TopRichard authored Jul 22, 2024
2 parents ca8991d + 0e0680c commit b268617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ do
# need to convert ':' in LOWER_DIRS to ',' because bind mounts use ',' as
# separator while the lowerdir overlayfs option uses ':'
export BIND_PATHS="${BIND_PATHS},${LOWER_DIRS/:/,}"
EESSI_WRITABLE_OVERLAY+=" -o lowerdir=${LOWER_DIRS}:/cvmfs_ro/${repo_name}"
EESSI_WRITABLE_OVERLAY+=" -o lowerdir=${LOWER_DIRS}:/cvmfs_ro/${cvmfs_repo_name}"
else
EESSI_WRITABLE_OVERLAY+=" -o lowerdir=/cvmfs_ro/${cvmfs_repo_name}"
fi
Expand Down

0 comments on commit b268617

Please sign in to comment.