Skip to content

Commit

Permalink
Remove dockerfiles with CentOS 7 / Oracle Linux 7
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 3, 2024
1 parent 1e2a053 commit 7f993a3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 192 deletions.
52 changes: 0 additions & 52 deletions .docker/centos7-unprivileged.docker

This file was deleted.

43 changes: 0 additions & 43 deletions .docker/centos7.docker

This file was deleted.

52 changes: 0 additions & 52 deletions .docker/ol7-unprivileged.docker

This file was deleted.

43 changes: 0 additions & 43 deletions .docker/ol7.docker

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

strategy:
matrix:
image: [ 'centos7', 'centos7-unprivileged', 'ol7', 'ol7-unprivileged', 'ol8', 'ol8-unprivileged', 'ol9', 'ol9-unprivileged' ]
image: [ 'ol8', 'ol8-unprivileged', 'ol9', 'ol9-unprivileged' ]

steps:
- name: Check event type
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
image: [ 'centos7', 'centos7-unprivileged', 'ol7', 'ol7-unprivileged', 'ol8', 'ol8-unprivileged', 'ol9', 'ol9-unprivileged' ]
image: [ 'ol8', 'ol8-unprivileged', 'ol9', 'ol9-unprivileged' ]

steps:
- name: Checkout
Expand Down

0 comments on commit 7f993a3

Please sign in to comment.