Skip to content

Commit

Permalink
[ci] update centos7 docker image url
Browse files Browse the repository at this point in the history
Following a change in the TOS, the dockerhub host is no longer available and the image is now hosted on github instead. The symlink to liblzma is now also fixed in the image.
  • Loading branch information
vvolkl committed Apr 28, 2022
1 parent b72c9d3 commit 35a9727
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
- uses: cvmfs-contrib/github-action-cvmfs@v2
- name: Start container
run: |
docker run -it --name CI_container -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d clicdp/cc7-lcg /bin/bash
- name: Setup container
run: |
docker exec CI_container /bin/bash -c " ln -s /usr/lib64/liblzma.so.5.2.2 /usr/lib64/liblzma.so;"
docker run -it --name CI_container -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d ghcr.io/aidasoft/centos7:latest /bin/bash
- name: CMake Configure
run: |
docker exec CI_container /bin/bash -c 'cd Package;\
Expand Down

0 comments on commit 35a9727

Please sign in to comment.