From d30defba8b36d41d4cf534f3893aa32e5ebe8fe2 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 14 Aug 2022 21:41:59 -0700 Subject: [PATCH] Rename www-gitlab-com image to include Debian version https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/575/diffs quietly updated the base image from Debian buster to bullseye, but this broke native gems that depend on the buster glibc version. To avoid this problem in the future, include the Debian version in the image name. --- .gitlab/ci/custom.images.yml | 2 +- ...> Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.0-node-16 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Dockerfile.www-gitlab-com-ruby-3.0-node-16 => Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.0-node-16 (100%) diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index 565a5b3..d5562c7 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -90,7 +90,7 @@ sitespeed-gitlab: ubi-release: extends: .build_and_deploy -www-gitlab-com-ruby-3.0-node-16: +www-gitlab-com-debian-bullseye-ruby-3.0-node-16: extends: .build_and_deploy build-git: diff --git a/Dockerfile.www-gitlab-com-ruby-3.0-node-16 b/Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.0-node-16 similarity index 100% rename from Dockerfile.www-gitlab-com-ruby-3.0-node-16 rename to Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.0-node-16