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 committed Sep 18, 2024
1 parent e2fbfa9 commit ca9379b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 50 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
21 changes: 0 additions & 21 deletions cje-production/dockerfiles/build-ubuntu-22.04.sh

This file was deleted.

5 changes: 0 additions & 5 deletions cje-production/dockerfiles/buildDockerImages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ pushd centos-gtk3-metacity/8-gtk3
echo "Building Centos 8 docker image"
docker build --pull -t eclipse/platformreleng-centos-gtk3-metacity:8 .
popd

pushd ubuntu-gtk3-metacity/22.04-gtk3
echo "Building Ubuntu 22.04 docker image"
docker build --pull -t eclipse/platformreleng-ubuntu-gtk3-metacity:22.04 .
popd
18 changes: 0 additions & 18 deletions cje-production/dockerfiles/push-ubuntu-22.04.sh

This file was deleted.

1 change: 0 additions & 1 deletion cje-production/dockerfiles/pushDockerImages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ set -e

docker push eclipse/platformreleng-centos-gtk3-metacity:8
docker push eclipse/platformreleng-centos-swt-build:8
docker push eclipse/platformreleng-ubuntu-gtk3-metacity:22.04

0 comments on commit ca9379b

Please sign in to comment.