Skip to content

Commit 48ff751

Browse files
committed
Use separate network for docker so that podman within podman works
1 parent 8e2afdb commit 48ff751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/install-gitlab-runner/templates/config-runner.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ shutdown_timeout = 0
1111
builds_dir = "{{runner.builds_dir|default('/builds')}}"
1212
cache_dir = "{{runner.cache_dir|default('/cache')}}"
1313
{% if runner.executor == 'docker' %}
14+
[runners.feature_flags]
15+
FF_NETWORK_PER_BUILD = true
1416
[runners.docker]
1517
tls_verify = false
1618
host = "unix://{{runner_podman_socket}}"

0 commit comments

Comments
 (0)