Skip to content
Snippets Groups Projects
Verified Commit 53556141 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed docker host

parent f4421a37
No related branches found
No related tags found
2 merge requests!395Library,!394Grafana
......@@ -4,6 +4,7 @@ variables:
DOCKER_HOST: "unix:///var/run/dind/docker.sock"
DOCKER_VERSION: "27"
TESTCONTAINERS_RYUK_DISABLED: "false"
TESTCONTAINERS_HOST_OVERRIDE: "docker"
ALPINE_VERSION: "3.21"
PYTHON_VERSION: "3.11"
JAVA_VERSION: "17"
......@@ -13,7 +14,7 @@ variables:
DOC_VERSION: "1.8"
APP_VERSION: "1.8.0"
CHART_VERSION: "1.8.0"
SUPPORTED_VERSIONS: "[\"1.8.0\"]"
SUPPORTED_VERSIONS: "[\"1.7.0\",\"1.7.1\",\"1.7.2\",\"1.8.0\"]"
CACHE_FALLBACK_KEY: "${CI_DEFAULT_BRANCH}"
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment