Skip to content

Commit

Permalink
Remove CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 8, 2024
1 parent cae0423 commit ea003df
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
image: ["centos7", "alma9", "ubuntu22"]
image: ["alma9", "ubuntu22"]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions Docker/centos7/build.sh

This file was deleted.

6 changes: 0 additions & 6 deletions Docker/centos7/centos7-build/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions Docker/centos7/centos7-cvmfs/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions Docker/centos7/centos7-cvmfs/mount.sh

This file was deleted.

5 changes: 0 additions & 5 deletions Docker/centos7/push.sh

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/<image-name> .
docker push gitlab-registry.cern.ch/key4hep/k4-deploy/<image-name>
```

where `<image-name>` can be `centos7-build`, `ubuntu-build` or `alma9-build`.
where `<image-name>` can be `alma9-build` or `ubuntu-build`.

# How to build and push to Github

Expand Down

0 comments on commit ea003df

Please sign in to comment.