Commit 9ac0e0bb authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Image build is optimized.

parent 520558fa
Pipeline #10721 failed with stages
in 39 seconds
...@@ -18,8 +18,9 @@ stages: ...@@ -18,8 +18,9 @@ stages:
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: "unix:///var/run/docker.sock" DOCKER_DAEMON_TIMEOUT: 300
# DOCKER_HOST: tcp://docker:2375/ # DOCKER_HOST: "unix:///var/run/docker.sock"
DOCKER_HOST: tcp://docker:2375/
DOCKER_OPTS: "--data-root=/mnt/volume/docker-data" DOCKER_OPTS: "--data-root=/mnt/volume/docker-data"
DOCKER_MEMORY: "4g" DOCKER_MEMORY: "4g"
DOCKER_CPUS: "2" DOCKER_CPUS: "2"
......
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