File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9797 # see https://docs.easybuild.io/en/latest/Containers.html
9898 curl -OL https://raw.githubusercontent.com/easybuilders/easybuild-easyconfigs/develop/easybuild/easyconfigs/b/bzip2/bzip2-1.0.8.eb
9999 export EASYBUILD_CONTAINERPATH=$PWD
100- export EASYBUILD_CONTAINER_CONFIG='bootstrap=docker,from=ghcr.io/easybuilders/centos-7.9-python3 -amd64'
100+ export EASYBUILD_CONTAINER_CONFIG='bootstrap=docker,from=ghcr.io/easybuilders/rockylinux-8.10 -amd64'
101101 eb bzip2-1.0.8.eb --containerize --experimental --container-build-image
102102 singularity exec bzip2-1.0.8.sif command -v bzip2 | grep '/app/software/bzip2/1.0.8/bin/bzip2' || (echo "Path to bzip2 '$which_bzip2' is not correct" && exit 1)
103103 singularity exec bzip2-1.0.8.sif bzip2 --help
Original file line number Diff line number Diff line change 9191 # see https://docs.easybuild.io/en/latest/Containers.html
9292 curl -OL https://raw.githubusercontent.com/easybuilders/easybuild-easyconfigs/develop/easybuild/easyconfigs/b/bzip2/bzip2-1.0.8.eb
9393 export EASYBUILD_CONTAINERPATH=$PWD
94- export EASYBUILD_CONTAINER_CONFIG='bootstrap=docker,from=ghcr.io/easybuilders/centos-7.9-python3 -amd64'
94+ export EASYBUILD_CONTAINER_CONFIG='bootstrap=docker,from=ghcr.io/easybuilders/rockylinux-8.10 -amd64'
9595 export EASYBUILD_CONTAINER_TYPE='apptainer'
9696 eb bzip2-1.0.8.eb --containerize --experimental --container-build-image
9797 apptainer exec bzip2-1.0.8.sif command -v bzip2 | grep '/app/software/bzip2/1.0.8/bin/bzip2' || (echo "Path to bzip2 '$which_bzip2' is not correct" && exit 1)
You can’t perform that action at this time.
0 commit comments