diff --git a/pkg/runner/run_context.go b/pkg/runner/run_context.go index b8c3265..ffd98d0 100644 --- a/pkg/runner/run_context.go +++ b/pkg/runner/run_context.go @@ -271,6 +271,7 @@ func (rc *RunContext) startJobContainer() common.Executor { UsernsMode: rc.Config.UsernsMode, Platform: rc.Config.ContainerArchitecture, AutoRemove: rc.Config.AutoRemove, + Options: spec.Options, NetworkAliases: []string{name}, }) rc.ServiceContainers = append(rc.ServiceContainers, c)