Skip to content

Commit

Permalink
Signed-off-by: Colvin-Y <ykwhrimfaxi@gmail.com> (#1623)
Browse files Browse the repository at this point in the history
update CI test image centos:6.7 to centos:7 to support run CI on arm
  • Loading branch information
Colvin-Y committed May 15, 2024
1 parent 13fe9ca commit a836e90
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 a836e90

Please sign in to comment.