mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
ignore seccomp for building node images
This commit is contained in:
@@ -360,6 +360,7 @@ func (c *buildContext) createBuildContainer() (id string, err error) {
|
||||
"--entrypoint=sleep",
|
||||
"--name=" + id,
|
||||
"--platform=" + dockerBuildOsAndArch(c.arch),
|
||||
"--security-opt", "seccomp=unconfined", // ignore seccomp
|
||||
},
|
||||
[]string{
|
||||
"infinity", // sleep infinitely to keep the container around
|
||||
|
||||
Reference in New Issue
Block a user