Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
variables:
DOCKER_REPOSITORY: registry.mender.io/cfengine/cfbuild
DOCKERFILE: Dockerfile
DOCKER_HOST:
value: 'tcp://docker:2376'
description: "Required to run dind inside k8s runners with TLS"
DOCKER_TLS_CERTDIR:
value: '/certs'
description: "The cert dir inside the gitlab runner. Don't change this."
DOCKER_TLS_VERIFY:
value: "1"
description: "Enable TLS verification for docker in dind"
DOCKER_CERT_PATH:
value: "$DOCKER_TLS_CERTDIR/client"
description: "Used for docker entrypoints. See https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125"

include:
- project: 'Northern.tech/Mender/mendertesting'
Expand Down
Loading