Skip to content

Commit

Permalink
Remove centos 9 swtBuild docker image
Browse files Browse the repository at this point in the history
As CentOS is rolling release it is no longer suitable for SWT building.
Fixes #2401
  • Loading branch information
akurtakov committed Dec 5, 2024
1 parent 9df7476 commit fdac5e8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 104 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ updates:
schedule:
interval: daily

- package-ecosystem: docker
directory: /cje-production/dockerfiles/centos-gtk4-mutter/9-swtBuild
schedule:
interval: daily

- package-ecosystem: docker
directory: /cje-production/dockerfiles/opensuse-gtk3-metacity/15-gtk3
schedule:
Expand Down
1 change: 0 additions & 1 deletion JenkinsJobs/Builds/DockerImagesBuild.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pipeline {
parallel(
'debian-swtnative': { buildAndPushImage('debian/swtnativebuild', 'eclipse/platformreleng-debian-swtnativebuild:12') },
'centos9-gtk4': { buildAndPushImage('centos-gtk4-mutter/9-gtk4', 'eclipse/platformreleng-centos-gtk4-mutter:9') },
'centos9-gtk4-swt': { buildAndPushImage('centos-gtk4-mutter/9-swtBuild', 'eclipse/platformreleng-centos-swt-build:9') },
'opensuse-gtk3': { buildAndPushImage('opensuse-gtk3-metacity/15-gtk3', 'eclipse/platformreleng-opensuse-gtk3-metacity:15') },
failFast: false)
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit fdac5e8

Please sign in to comment.