Skip to content

Commit

Permalink
update CI test image centos:6.7 to centos:7 to support run CI on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Colvin-Y authored and 严柯文 committed May 15, 2024
1 parent 13fe9ca commit 29c8290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/pod_probe_marker_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (s *PodProbeMarkerTester) NewBaseStatefulSet(namespace, randStr string) *ap
},
{
Name: "main",
Image: "centos:6.7",
Image: "centos:7",
Command: []string{"sleep", "999d"},
ImagePullPolicy: corev1.PullIfNotPresent,
},
Expand Down

0 comments on commit 29c8290

Please sign in to comment.