Skip to content

Commit

Permalink
Use CentOS 7 images for SSI
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 21, 2024
1 parent 2dd2fa3 commit deb4125
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 403 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ default:
parallel:
matrix:
# ADD NEW RUBIES HERE
- RUBY_VERSION: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
- RUBY_VERSION: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
script:
- >
docker build
Expand Down Expand Up @@ -60,7 +60,7 @@ promote-image:
parallel:
matrix:
# ADD NEW RUBIES HERE
- RUBY_VERSION: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
- RUBY_VERSION: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
ARCHITECTURE: ["amd64", "arm64"]
script:
- docker pull $RUBY_CUSTOM_IMAGE_BASE/$RUBY_VERSION-$ARCHITECTURE:$CI_PIPELINE_ID
Expand Down Expand Up @@ -92,7 +92,7 @@ install-dependencies:
tags: [ "arch:$ARCH" ]
parallel:
matrix:
- RUBY_VERSION: ["2.7.8", "3.0.6", "3.1.4", "3.2.2"]
- RUBY_VERSION: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
ARCH: [ "amd64", "arm64" ]
stage: package
needs:
Expand Down
1 change: 1 addition & 0 deletions .gitlab/Dockerfile-2.7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ghcr.io/datadog/images-rb/engines/ruby:2.7-centos-gcc
94 changes: 0 additions & 94 deletions .gitlab/Dockerfile-2.7.8

This file was deleted.

1 change: 1 addition & 0 deletions .gitlab/Dockerfile-3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ghcr.io/datadog/images-rb/engines/ruby:3.0-centos-gcc
94 changes: 0 additions & 94 deletions .gitlab/Dockerfile-3.0.6

This file was deleted.

1 change: 1 addition & 0 deletions .gitlab/Dockerfile-3.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ghcr.io/datadog/images-rb/engines/ruby:3.1-centos-gcc
94 changes: 0 additions & 94 deletions .gitlab/Dockerfile-3.1.4

This file was deleted.

1 change: 1 addition & 0 deletions .gitlab/Dockerfile-3.2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ghcr.io/datadog/images-rb/engines/ruby:3.2-centos-gcc
Loading

0 comments on commit deb4125

Please sign in to comment.