Commit bdb6fce7 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Image build is optimized.

parent b0a1c98a
Pipeline #10764 failed with stages
in 55 seconds
Showing with 4 additions and 4 deletions
+4 -4
......@@ -45,9 +45,9 @@ after_script:
build:
stage: build
image: docker:latest
image: docker:20.10.16
services:
- name: docker:dind
- name: docker:20.10.16-dind
command: ["--host=tcp://0.0.0.0:2375", "--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"]
script:
- docker info
......@@ -59,9 +59,9 @@ build:
deploy:
stage: deploy
image: docker:latest
image: docker:20.10.16
services:
- name: docker:dind
- name: docker:20.10.16-dind
command: ["--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"]
script:
- docker pull 22baar1mst/asyst-nlp-grader:latest
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment