mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update to Debian bullseye
bullseye is the latest stable, and this is what we will be using for Cloud Native GitLab going forward so we should test with this. Since an upgrade of the operating system may break pre-compiled C extensions, we now introduce a DEBIAN environment flag that defaults to the legacy buster install but allows us to roll out a bullseye image with `debian-bullseye` as the image name prefix.
This commit is contained in:
parent
cc18fe8b5b
commit
9d6dd5061a
10 changed files with 50 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -xeou pipefail
|
||||
|
||||
# Based on https://github.com/docker-library/ruby/blob/master/2.7/buster/Dockerfile
|
||||
# Based on https://github.com/docker-library/ruby/blob/master/2.7/bullseye/Dockerfile
|
||||
|
||||
RUBY_VERSION=${1}
|
||||
RUBY_MAJOR=${1%.*} # strip last component
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue