Skip to content
Snippets Groups Projects
Verified Commit d29a384b authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add overlay vars

parent 74ba2a7d
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,13 @@ build:pages:
check:links:
stage: check
image: docker
variables:
DOCKER_DRIVER: overlay2
# Create the certificates inside this directory for both the server
# and client. The certificates used by the client will be created in
# /certs/client so we only need to share this directory with the
# volume mount in `config.toml`.
DOCKER_TLS_CERTDIR: "/certs"
services:
- name: docker:dind
command: ["--registry-mirror", "https://docker-registry.lcsb.uni.lu"]
......
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