upgrade pause image to 3.5 for non-root

Signed-off-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
pacoxu
2021-03-16 23:20:35 +08:00
parent fef6bb8d33
commit ffff688663
10 changed files with 24 additions and 23 deletions

View File

@@ -310,7 +310,7 @@ func TestImagePullAllPlatforms(t *testing.T) {
defer cancel()
cs := client.ContentStore()
img, err := client.Fetch(ctx, "k8s.gcr.io/pause:3.4.1")
img, err := client.Fetch(ctx, "k8s.gcr.io/pause:3.5")
if err != nil {
t.Fatal(err)
}