Skip to content
Snippets Groups Projects
Commit d9f2416a authored by Adam Parák's avatar Adam Parák 💬
Browse files

Update .gitlab-ci.yml file

parent 774c2736
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,14 @@ variables: ...@@ -10,6 +10,14 @@ variables:
CI_REGISTRY: gitlab.fi.muni.cz:5050/inject/container-registry/$CI_REGISTRY_IMAGE CI_REGISTRY: gitlab.fi.muni.cz:5050/inject/container-registry/$CI_REGISTRY_IMAGE
IMAGE_TAG: $CI_REGISTRY:$VER IMAGE_TAG: $CI_REGISTRY:$VER
IMAGE_LATEST: $CI_REGISTRY:latest IMAGE_LATEST: $CI_REGISTRY:latest
# using "docker" as the host is only possible if you alias the service below
DOCKER_HOST: tcp://docker:2375
# could be wrong here but although Docker defaults to overlay2,
# Docker-in-Docker (DIND) does not according to the following GitLab doc:
# https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#use-the-overlayfs-driver
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
default: default:
tags: tags:
...@@ -47,6 +55,7 @@ create-image: ...@@ -47,6 +55,7 @@ create-image:
services: services:
- name: docker:20.10.16-dind - name: docker:20.10.16-dind
alias: docker alias: docker
command: ["--tls=false"]
stage: buildimage stage: buildimage
only: only:
refs: refs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment