From 06f648eb7dad7db1733d5a45d26398ef297a5065 Mon Sep 17 00:00:00 2001 From: Teemu Autto <teemu.a.autto@student.jyu.fi> Date: Fri, 20 Jan 2023 21:13:50 +0200 Subject: [PATCH] Use old version buildkit. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b01acb28..4e909f78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: DOCKER_TAG: latest ## (Optional) More verbose output from pipeline. Enabling it might reveal secrets. - #CI_DEBUG_TRACE: "true" + CI_DEBUG_TRACE: "true" ## Use buildkit to build the container. `docker build` requires elevated @@ -20,7 +20,7 @@ variables: build: stage: build image: - name: moby/buildkit:rootless + name: moby/buildkit:v0.10.6-rootless entrypoint: [ "sh", "-c" ] variables: BUILDKITD_FLAGS: --oci-worker-no-process-sandbox -- GitLab