From ff43882a88145056d2fffb66297ba96e5c08e2a4 Mon Sep 17 00:00:00 2001 From: Zhaochen Li Date: Fri, 21 Mar 2025 19:54:25 +1100 Subject: [PATCH] Update workspace default devfile with ruby, node, rust --- doc/user/workspace/_index.md | 2 +- ee/lib/remote_development/settings/default_devfile.yaml | 2 +- .../fixtures/remote_development/example.default_devfile.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/workspace/_index.md b/doc/user/workspace/_index.md index eda47de35bb5ab..d252783f03ec36 100644 --- a/doc/user/workspace/_index.md +++ b/doc/user/workspace/_index.md @@ -139,7 +139,7 @@ components: attributes: gl/inject-editor: true container: - image: "registry.gitlab.com/gitlab-org/gitlab-build-images/workspaces/ubuntu-24.04:20250303043223-golang-1.23-docker-27.5.1@sha256:98f36ddf5d7ac53d95a270f5791ab7f50132a4cc87676e22f4f632678d8e15e1" + image: "registry.gitlab.com/gitlab-org/gitlab-build-images/workspaces/ubuntu-24.04:20250321073701-golang-1.23-node-23.9-yarn-1.22-ruby-3.4.2-rust-1.85-docker-27.5.1@sha256:a059826e65f0bc0ee2f3fdfd62f16a108c5b99b24b4656734cd6b8f4631389ad" ``` A GitLab default devfile might not be suitable for all development environments configurations. diff --git a/ee/lib/remote_development/settings/default_devfile.yaml b/ee/lib/remote_development/settings/default_devfile.yaml index 8e2acde1d5ece3..7241d6850e12ec 100644 --- a/ee/lib/remote_development/settings/default_devfile.yaml +++ b/ee/lib/remote_development/settings/default_devfile.yaml @@ -4,4 +4,4 @@ components: attributes: gl/inject-editor: true container: - image: "registry.gitlab.com/gitlab-org/gitlab-build-images/workspaces/ubuntu-24.04:20250303043223-golang-1.23-docker-27.5.1@sha256:98f36ddf5d7ac53d95a270f5791ab7f50132a4cc87676e22f4f632678d8e15e1" + image: "registry.gitlab.com/gitlab-org/gitlab-build-images/workspaces/ubuntu-24.04:20250321073701-golang-1.23-node-23.9-yarn-1.22-ruby-3.4.2-rust-1.85-docker-27.5.1@sha256:a059826e65f0bc0ee2f3fdfd62f16a108c5b99b24b4656734cd6b8f4631389ad" diff --git a/ee/spec/fixtures/remote_development/example.default_devfile.yaml b/ee/spec/fixtures/remote_development/example.default_devfile.yaml index c7fb89da62607b..059e5f2df96b52 100644 --- a/ee/spec/fixtures/remote_development/example.default_devfile.yaml +++ b/ee/spec/fixtures/remote_development/example.default_devfile.yaml @@ -4,4 +4,4 @@ components: attributes: gl/inject-editor: true container: - image: "registry.gitlab.com/gitlab-org/gitlab-build-images/workspaces/ubuntu-24.04:20250303043223-golang-1.23-docker-27.5.1@sha256:98f36ddf5d7ac53d95a270f5791ab7f50132a4cc87676e22f4f632678d8e15e1" + image: "registry.gitlab.com/gitlab-org/gitlab-build-images/workspaces/ubuntu-24.04:20250321073701-golang-1.23-node-23.9-yarn-1.22-ruby-3.4.2-rust-1.85-docker-27.5.1@sha256:a059826e65f0bc0ee2f3fdfd62f16a108c5b99b24b4656734cd6b8f4631389ad" -- GitLab