Skip to content

Commit

Permalink
Merge pull request #1709 from oldgiova/runc-issue
Browse files Browse the repository at this point in the history
ci: pin docker v27.3
  • Loading branch information
oldgiova authored Dec 10, 2024
2 parents 38c6fff + 3951986 commit ef6caae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ variables:
DEBIAN_FRONTEND: noninteractive
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_DEPTH: 1
DOCKER_VERSION:
value: "27.3"
description: "Version of docker to use in pipelines"

include:
- project: 'Northern.tech/Mender/mendertesting'
Expand Down Expand Up @@ -136,10 +139,11 @@ test:modules-artifact-gen:
- python3 -m pytest support/modules-artifact-gen/tests

test:docker:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:${DOCKER_VERSION}
needs: []
services:
- docker:dind
- name: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:${DOCKER_VERSION}-dind
alias: docker
stage: test
script:
- ./tests/build-docker
Expand Down

0 comments on commit ef6caae

Please sign in to comment.