mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Debian Bookworm images
This commit is contained in:
parent
5cc9de6b26
commit
db6f2daec2
10 changed files with 55 additions and 24 deletions
|
|
@ -70,7 +70,7 @@
|
|||
parallel:
|
||||
matrix:
|
||||
- BUILD_OS: debian
|
||||
OS_VERSION: bullseye
|
||||
OS_VERSION: [bullseye, bookworm]
|
||||
NOTIFY_VERSION_UPDATE: "true"
|
||||
before_script:
|
||||
- !reference [.install-qemu, before_script]
|
||||
|
|
|
|||
|
|
@ -20,11 +20,10 @@
|
|||
e2e:
|
||||
extends:
|
||||
- .e2e
|
||||
variables:
|
||||
OS: "debian:bullseye"
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
- OS: ["debian:bullseye", "debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
|
|
@ -40,7 +39,8 @@ e2e-chrome:
|
|||
- e2e-docker
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
- OS: ["debian:bullseye", "debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
CHROME: ['119', '120']
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ gitaly:
|
|||
stage: gitaly
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bullseye']
|
||||
- OS: ['debian:bullseye', 'debian:bookworm']
|
||||
GOLANG: ['1.19', '1.20', '1.21']
|
||||
RUST: ['1.73']
|
||||
GIT: ['2.36']
|
||||
|
|
|
|||
|
|
@ -36,15 +36,15 @@ gitlab:
|
|||
YARN: '1.22'
|
||||
GRAPHICSMAGICK: '1.3.36'
|
||||
ARCH: linux/amd64,linux/arm64
|
||||
GIT: '2.36'
|
||||
RUST: '1.73'
|
||||
NODE: '18.17'
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bullseye', 'debian:bullseye-slim']
|
||||
- OS: ['debian:bullseye', 'debian:bullseye-slim', 'debian:bookworm', 'debian:bookworm-slim']
|
||||
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
|
||||
GIT: ['2.36']
|
||||
POSTGRESQL: ['12', '13', '14', '15']
|
||||
GOLANG: ['1.19', '1.20', '1.21']
|
||||
RUST: ['1.73']
|
||||
NODE: ['18.17']
|
||||
POSTGRESQL: ['13', '14', '15']
|
||||
GOLANG: ['1.20', '1.21']
|
||||
CHROME: ['119', '120']
|
||||
|
||||
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
||||
|
|
@ -60,7 +60,7 @@ gitlab-assets:
|
|||
ARCH: amd64,arm64
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bullseye']
|
||||
- OS: ['debian:bullseye', 'debian:bookworm']
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
GIT: ['2.33']
|
||||
NODE: ['18.17']
|
||||
|
|
@ -81,11 +81,10 @@ gitlab-slim-ruby:
|
|||
extends:
|
||||
- .gitlab
|
||||
stage: gitlab
|
||||
variables:
|
||||
OS: 'debian:bullseye-slim'
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
OS: ['debian:bullseye-slim', 'debian:bookworm-slim']
|
||||
|
||||
# Used by GitLab's workhorse tests
|
||||
gitlab-workhorse:
|
||||
|
|
@ -98,7 +97,7 @@ gitlab-workhorse:
|
|||
RUBYGEMS: '3.4'
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bullseye']
|
||||
- OS: ['debian:bullseye', 'debian:bookworm']
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
GOLANG: ['1.19', '1.20', '1.21']
|
||||
RUST: ['1.73']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue