Skip to content

Commit 811332d

Browse files
committed
[Build] Remove Centos-8 Docker images that cannot be built anymore
1 parent 62eb7be commit 811332d

File tree

15 files changed

+0
-319
lines changed

15 files changed

+0
-319
lines changed

JenkinsJobs/Builds/DockerImagesBuild.jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ pipeline {
3232
sh '''#!/bin/bash -x
3333
cd ${WORKSPACE}/eclipse.platform.releng.aggregator/cje-production/dockerfiles/
3434
chmod +x *.sh
35-
(./build-centos_8.sh|tee centos8.log)&
36-
(./build-centos_swt_build.sh|tee swt_build.log)&
3735
(./build-centos_9.sh|tee centos9.log)&
3836
(./build-centos_9_swt_build.sh|tee swt_9_build.log)&
3937
(./build-ubuntu-22.04.sh|tee ubuntu22.log)&
@@ -52,8 +50,6 @@ pipeline {
5250
sh '''#!/bin/bash -x
5351
cd ${WORKSPACE}/eclipse.platform.releng.aggregator/cje-production/dockerfiles/
5452
chmod +x *.sh
55-
(./push-centos_8.sh|tee push-centos8.log)&
56-
(./push-centos_swt_build.sh|tee push-swt_build.log)&
5753
(./push-centos_9.sh|tee push-centos9.log)&
5854
(./push-centos9_swt_build.sh|tee push-swt_9_build.log)&
5955
(./push-ubuntu-22.04.sh|tee push-ubuntu22.log)&

cje-production/dockerfiles/build-centos_8.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

cje-production/dockerfiles/build-centos_swt_build.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

cje-production/dockerfiles/buildDockerImages.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

cje-production/dockerfiles/centos-gtk3-metacity/8-gtk3/Dockerfile

Lines changed: 0 additions & 57 deletions
This file was deleted.

cje-production/dockerfiles/centos-gtk3-metacity/8-gtk3/scripts/uid_entrypoint

Lines changed: 0 additions & 7 deletions
This file was deleted.

cje-production/dockerfiles/centos-gtk3-metacity/8-gtk3/scripts/xstartup_metacity.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

cje-production/dockerfiles/centos-gtk3-metacity/8-gtk3/scripts/xstartup_mutter.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

cje-production/dockerfiles/centos-gtk3-metacity/8-swtBuild/Dockerfile

Lines changed: 0 additions & 71 deletions
This file was deleted.

cje-production/dockerfiles/centos-gtk3-metacity/8-swtBuild/scripts/uid_entrypoint

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)