Use older version docker client
This commit is contained in:
parent
546ea9a093
commit
bd708f3f92
@ -7,5 +7,5 @@ build:
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- docker login -u $USERNAME -p $PASSWORD gitlab.wojciechkozlowski.eu/v2/:8443
|
||||
- docker login -u $USERNAME -p $PASSWORD gitlab.wojciechkozlowski.eu:8443
|
||||
- make all
|
||||
|
@ -160,7 +160,7 @@ services:
|
||||
|
||||
docker-dind:
|
||||
container_name: docker-dind
|
||||
image: docker:dind
|
||||
image: docker:18.03.1-dind
|
||||
volumes:
|
||||
- ./runner/docker/hosts:/etc/hosts
|
||||
privileged: true
|
||||
|
@ -9,8 +9,6 @@ NC='\033[00m'
|
||||
SCRIPT=$(readlink -f $0)
|
||||
DIRNAME=$(dirname $SCRIPT)
|
||||
|
||||
SLEEP_TIME=300
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Pull updated images.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user