We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c6864 commit 2b8970eCopy full SHA for 2b8970e
runtime-iac-action/script.py
@@ -87,7 +87,7 @@ def run(metadata):
87
path_to_mount = f"{path_to_mount}:/app-volume"
88
89
flags = build_flags(inputs)
90
- cmd = ["docker", "run", "--rm", "-v", path_to_mount] + flags + [
+ cmd = ["docker", "run", "--rm", "-v", path_to_mount, "--cgroups=disables"] + flags + [
91
"--entrypoint=/app/stackspot-runtime-job-iac",
92
container_url,
93
"start",
0 commit comments