Skip to content

Commit

Permalink
Merge pull request #911 from kobotoolbox/gitlab-ci-docker-fix
Browse files Browse the repository at this point in the history
Pin docker/dind to 24.0.6 to fix CI
  • Loading branch information
jamesrkiger committed Dec 15, 2023
2 parents 56f129c + 5121002 commit 6558aed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ include:

build:
stage: build_test
image: docker
# Please un-pin the version (24.0.6) once the following GitLab issue is resolved:
# https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17283
image: docker:24.0.6
services:
- docker:dind
- docker:24.0.6-dind
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
script:
Expand Down

0 comments on commit 6558aed

Please sign in to comment.