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

Image build is optimized.

parent cbf21035
Pipeline #10706 failed with stages
in 55 seconds
...@@ -23,7 +23,8 @@ variables: ...@@ -23,7 +23,8 @@ variables:
DOCKER_CPUS: "2" DOCKER_CPUS: "2"
before_script: before_script:
- echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin - mkdir -p ~/.docker
- echo $DOCKER_CONFIG_JSON | base64 -d > ~/.docker/config.json
- docker system prune -a -f --volumes || true - docker system prune -a -f --volumes || true
- docker container prune -f || true - docker container prune -f || true
- docker network prune -f || true - docker network prune -f || true
......
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