Skip to content
Snippets Groups Projects
Commit 06f648eb authored by Teemu Autto's avatar Teemu Autto
Browse files

Use old version buildkit.

parent 2f0ff3bf
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ variables: ...@@ -10,7 +10,7 @@ variables:
DOCKER_TAG: latest DOCKER_TAG: latest
## (Optional) More verbose output from pipeline. Enabling it might reveal secrets. ## (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 ## Use buildkit to build the container. `docker build` requires elevated
...@@ -20,7 +20,7 @@ variables: ...@@ -20,7 +20,7 @@ variables:
build: build:
stage: build stage: build
image: image:
name: moby/buildkit:rootless name: moby/buildkit:v0.10.6-rootless
entrypoint: [ "sh", "-c" ] entrypoint: [ "sh", "-c" ]
variables: variables:
BUILDKITD_FLAGS: --oci-worker-no-process-sandbox BUILDKITD_FLAGS: --oci-worker-no-process-sandbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment