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

Image build is optimized.

parent b0a1c98a
No related merge requests found
Pipeline #10764 failed with stages
in 55 seconds
Showing with 4 additions and 4 deletions
+4 -4
...@@ -45,9 +45,9 @@ after_script: ...@@ -45,9 +45,9 @@ after_script:
build: build:
stage: build stage: build
image: docker:latest image: docker:20.10.16
services: 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"] command: ["--host=tcp://0.0.0.0:2375", "--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"]
script: script:
- docker info - docker info
...@@ -59,9 +59,9 @@ build: ...@@ -59,9 +59,9 @@ build:
deploy: deploy:
stage: deploy stage: deploy
image: docker:latest image: docker:20.10.16
services: services:
- name: docker:dind - name: docker:20.10.16-dind
command: ["--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"] command: ["--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"]
script: script:
- docker pull 22baar1mst/asyst-nlp-grader:latest - 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