Skip to content

Commit

Permalink
no userns option
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Jun 21, 2024
1 parent 90cd4da commit ac43de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releaseVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.317.0-podman4
2.317.0-podman5
2 changes: 1 addition & 1 deletion src/Runner.Worker/Container/DockerCommandManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public async Task<string> DockerCreate(IExecutionContext context, ContainerInfo
// TODO: pull opts from env
dockerOptions.Add("--privileged");
dockerOptions.Add("--cgroupns host");
dockerOptions.Add("--userns keep-id");
//dockerOptions.Add("--userns keep-id");
if (!string.IsNullOrEmpty(container.ContainerWorkDirectory))
{
dockerOptions.Add($"--workdir {container.ContainerWorkDirectory}");
Expand Down
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.317.0-podman4
2.317.0-podman5

0 comments on commit ac43de9

Please sign in to comment.