summary refs log tree commit diff
diff options
context:
space:
mode:
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>2023-03-20 21:41:18 +0200
committerCristian Ciocaltea <cristian.ciocaltea@collabora.com>2023-03-20 21:41:18 +0200
commitad1f8b5f12c751bc5e10a987a9f24ad668fd68cf (patch)
tree6967f9544f93fdb1a64f75d9d64b67493a5dc786
parentb9e766d680abb28f414c4fd2e8e350956e9a0aa8 (diff)
downloadlinux-ad1f8b5f12c751bc5e10a987a9f24ad668fd68cf.tar.gz
gitlab-ci: Specify Docker image name
Recently, the CI infrastructure seems to have started to use Alpine
images by default, instead of Debian.

Explicitly specify the image name and don't rely on the CI runner's
(arbitrary) default anymore.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index feba527ce0bb..64b3c02e7cc8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@ stages:
 
 kernel build:
   stage: build
+  image: debian:buster-slim
   tags:
     - autoscaled