mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 14:30:36 +01:00
Gitlab CI: use the docker:stable image for image creation
alpine:latest which is now the default image doesn't docker installed by default. apk add docker results in failures Warning: failed to get default registry endpoint from daemon last time all this worked was when we defaulted to the docker:stable image, see https://gitlab.freedesktop.org/libinput/libinput/-/jobs/8316 Let's switch back to that and move on with our lives. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4584a1eadd
commit
83c3a3c6c8
1 changed files with 4 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ freebsd:11.2@docker-check:
|
|||
#
|
||||
.fedora@docker-prep: &fedora_docker_prep
|
||||
stage: docker_prep
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
|
|
@ -266,6 +267,7 @@ fedora:29@docker-prep:
|
|||
# FIXME: we should clean up the apt cache between each run
|
||||
.ubuntu@docker-prep: &ubuntu_docker_prep
|
||||
stage: docker_prep
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
|
|
@ -311,6 +313,7 @@ ubuntu:18.04@docker-prep:
|
|||
|
||||
.arch@docker-prep: &arch_docker_prep
|
||||
stage: docker_prep
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
|
|
@ -342,6 +345,7 @@ arch:rolling@docker-prep:
|
|||
|
||||
.freebsd@docker-prep: &freebsd_docker_prep
|
||||
stage: docker_prep
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue