Skip to content

Commit

Permalink
Removing unneeded images
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Dec 14, 2023
1 parent 65445e6 commit b846871
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 4,159 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/build-php72-fpm-apache2.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/build-php82-fpm-apache2.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/delete-old-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,6 @@ on:
- cron: '0 1 * * *'

jobs:
clean-php72-fpm-apache2:
name: Delete old unused container images from php72-fpm-apache2
runs-on: ubuntu-latest
steps:
- name: Delete all but the latest 7 versions
uses: actions/delete-package-versions@v4
with:
package-name: 'openconext-basecontainers/php72-fpm-apache2'
package-type: 'container'
token: ${{ secrets.GITHUB_TOKEN }}
min-versions-to-keep: 7
delete-only-untagged-versions: 'false'
ignore-versions: '/latest/g'
clean-php82-fpm-apache2:
name: Delete old unused container images from php82-fpm-apache2
runs-on: ubuntu-latest
steps:
- name: Delete all but the latest 7 versions
uses: actions/delete-package-versions@v4
with:
package-name: 'openconext-basecontainers/php82-fpm-apache2'
package-type: 'container'
token: ${{ secrets.GITHUB_TOKEN }}
min-versions-to-keep: 7
delete-only-untagged-versions: 'false'
ignore-versions: '/latest/g'
clean-php82-apache2:
name: Delete old unused container images from php82-apache2
runs-on: ubuntu-latest
Expand Down Expand Up @@ -122,19 +96,6 @@ jobs:
min-versions-to-keep: 7
delete-only-untagged-versions: 'false'
ignore-versions: '/latest/g'
clean-php80-fpm-apache2:
name: Delete old unused container images from php80-fpm-apache2
runs-on: ubuntu-latest
steps:
- name: Delete all but the latest 7 versions
uses: actions/delete-package-versions@v4
with:
package-name: 'openconext-basecontainers/php80-fpm-apache2'
package-type: 'container'
token: ${{ secrets.GITHUB_TOKEN }}
min-versions-to-keep: 7
delete-only-untagged-versions: 'false'
ignore-versions: '/latest/g'
clean-php72-apache2:
name: Delete old unused container images from php72-apache2
runs-on: ubuntu-latest
Expand Down
51 changes: 0 additions & 51 deletions php72-fpm-apache2/Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions php72-fpm-apache2/bin/start.sh

This file was deleted.

Loading

0 comments on commit b846871

Please sign in to comment.