Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old images #83

Merged
merged 3 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.change-list.outputs.all_changed_files }}
any_changed: ${{ steps.change-list.outputs.any_changed }}

steps:
- name: checkout code
Expand All @@ -28,6 +29,7 @@ jobs:
build-images:
name: Image builder
needs: image-list
if: ${{ needs.image-list.outputs.any_changed }}
runs-on: ubuntu-latest
strategy:
# just run one build at a time
Expand Down
3 changes: 0 additions & 3 deletions centos/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions centos/appdb/centos-7.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions centos/appdb/centos-8.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions centos/centos-7.json

This file was deleted.

61 changes: 0 additions & 61 deletions centos/centos-8.json

This file was deleted.

31 changes: 0 additions & 31 deletions centos/httpdir/centos-7.cfg.tpl

This file was deleted.

40 changes: 0 additions & 40 deletions centos/httpdir/centos-8.cfg.tpl

This file was deleted.

35 changes: 0 additions & 35 deletions centos/provisioners/clean.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions centos/provisioners/cleanup.sh

This file was deleted.

33 changes: 0 additions & 33 deletions centos/provisioners/cloud-init.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions centos/provisioners/config.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions centos/provisioners/init.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions centos/provisioners/network-centos7.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions centos/provisioners/network-centos8.yaml

This file was deleted.

Loading