mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update Docker Engine from 20.10.9 to 20.10.14
to support clone3 syscall, which is needed to build images based on ubuntu:jammy. - https://github.com/moby/moby/pull/42681 - https://github.com/moby/moby/pull/42836 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
926c30179c
commit
34474f15d9
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ include:
|
|||
- local: '.gitlab/ci/*.yml'
|
||||
|
||||
default:
|
||||
image: docker:20.10.9-git
|
||||
image: docker:20.10.14-git
|
||||
services:
|
||||
- docker:20.10.9-dind
|
||||
- docker:20.10.14-dind
|
||||
before_script:
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||
- apk add -U bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue