Skip to content

Commit

Permalink
chore: Stop building CentOS 7 images
Browse files Browse the repository at this point in the history
CentOS 7 is EOL.
  • Loading branch information
LeSuisse committed Aug 8, 2024
1 parent 104e123 commit 0d22097
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build_And_Publish_Docker_Images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
os_base: ["c7", "el9"]
os_base: ["el9"]
php_base: ["php82", "php83"]
runs-on: ubuntu-22.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build_Docker_Image_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
os_base: ["c7", "el9"]
os_base: ["el9"]
php_base: ["php82", "php83"]
runs-on: ubuntu-22.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion Tuleap.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Tuleap]
name=Tuleap
baseurl=https://ci.tuleap.net/yum/tuleap/rhel/7/dev/$basearch
baseurl=https://ci.tuleap.net/yum/tuleap/rhel/$releasever/dev/$basearch
enabled=1
gpgcheck=1
gpgkey=https://ci.tuleap.net/yum/tuleap/gpg.key
67 changes: 0 additions & 67 deletions c7.dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion el9.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN dnf -y install epel-release rocky-release-security https://ci.tuleap.net/yum
tuleap \
tuleap-plugin-git \
tuleap-plugin-svn \
sha1collisiondetector \
${PHP_CURRENT}-php-gd \
${PHP_CURRENT}-php-mysqlnd \
${PHP_CURRENT}-php-xml \
Expand Down

0 comments on commit 0d22097

Please sign in to comment.