mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
build/pause: write in C
Builds statically against glibc. References to the old pause image have been updated.
This commit is contained in:
@@ -94,7 +94,7 @@ var _ = framework.KubeDescribe("Mesos", func() {
|
||||
Containers: []api.Container{
|
||||
{
|
||||
Name: podName,
|
||||
Image: "beta.gcr.io/google_containers/pause:2.0",
|
||||
Image: "beta.gcr.io/google_containers/pause-amd64:3.0",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user