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

Image build is optimized.

parent 92d9ba9c
Pipeline #10679 failed with stages
in 2 minutes and 46 seconds
......@@ -22,9 +22,9 @@ variables:
build:
stage: build
image: docker:dind:20.10.21
image: docker:dind
services:
- name: docker:dind:20.10.21
- name: docker:dind
command: ["--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"]
before_script:
- mkdir -p /mnt/volume
......
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