Use older version docker client

This commit is contained in:
Wojciech Kozlowski 2018-12-09 23:00:37 +00:00
parent 546ea9a093
commit bd708f3f92
3 changed files with 2 additions and 4 deletions

View File

@ -7,5 +7,5 @@ build:
tags: tags:
- docker - docker
script: script:
- docker login -u $USERNAME -p $PASSWORD gitlab.wojciechkozlowski.eu/v2/:8443 - docker login -u $USERNAME -p $PASSWORD gitlab.wojciechkozlowski.eu:8443
- make all - make all

View File

@ -160,7 +160,7 @@ services:
docker-dind: docker-dind:
container_name: docker-dind container_name: docker-dind
image: docker:dind image: docker:18.03.1-dind
volumes: volumes:
- ./runner/docker/hosts:/etc/hosts - ./runner/docker/hosts:/etc/hosts
privileged: true privileged: true

View File

@ -9,8 +9,6 @@ NC='\033[00m'
SCRIPT=$(readlink -f $0) SCRIPT=$(readlink -f $0)
DIRNAME=$(dirname $SCRIPT) DIRNAME=$(dirname $SCRIPT)
SLEEP_TIME=300
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Pull updated images. # Pull updated images.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------