Skip to content

Commit

Permalink
Get out of ubuntu 22 image building
Browse files Browse the repository at this point in the history
EF provided 24.04 is used in smoke tests.
  • Loading branch information
akurtakov authored and HannesWell committed Sep 20, 2024
1 parent 324d661 commit 54adbc2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ updates:
schedule:
interval: daily

- package-ecosystem: docker
directory: /cje-production/dockerfiles/ubuntu-gtk3-metacity/22.04-gtk3
schedule:
interval: daily

- package-ecosystem: maven
directory: /
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 @@ -29,7 +29,6 @@ pipeline {
parallel(
'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') },
'ubuntu-gtk3': { buildAndPushImage('ubuntu-gtk3-metacity/22.04-gtk3', 'eclipse/platformreleng-ubuntu-gtk3-metacity:22.04') },
'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 54adbc2

Please sign in to comment.