We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f95f133 + 3a5b104 commit 56a9bffCopy full SHA for 56a9bff
Makefile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
GO := go
16
-GOLANGCI_VER := v1.51.2
+GOLANGCI_VER := v1.54.1
17
GO_TEST ?= $(GO) test $(or $(GO_FLAGS),-race)
18
arch ?= $(shell go env GOARCH)
19
integration/framework/framework.go
@@ -220,7 +220,7 @@ func (a dockerActions) RunPause() string {
220
// Run the specified command in a Docker busybox container.
221
func (a dockerActions) RunBusybox(cmd ...string) string {
222
return a.Run(DockerRunArgs{
223
- Image: "busybox",
+ Image: "registry.k8s.io/busybox",
224
}, cmd...)
225
}
226
0 commit comments