Skip to content

Commit

Permalink
ci: rename centos8 to el8
Browse files Browse the repository at this point in the history
Problem: flux-sched now publishes docker images as el8 instead of
centos8 due to CentOS end-of-life.

Update the centos8 builder to be named el8 and pull from flux-sched:el8.
  • Loading branch information
grondo committed Feb 1, 2022
1 parent 7ad3954 commit e3c54df
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
image: ["centos8", "focal"]
image: ["el8", "focal"]
fail-fast: false
name: ${{ matrix.image }}
steps:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluxrm/flux-sched:centos8
FROM fluxrm/flux-sched:el8

ARG USER=fluxuser
ARG UID=1000
File renamed without changes.
File renamed without changes.

0 comments on commit e3c54df

Please sign in to comment.