Skip to content

Commit

Permalink
Use latest image of docker-in-docker for s390x arch
Browse files Browse the repository at this point in the history
  • Loading branch information
manojkumar238 authored and tekton-robot committed Jun 27, 2022
1 parent 4c021dc commit 7d7d96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiarch_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func imageNamesMapping() map[string]string {
"registry": getTestImage(registryImage),
"node": "node:alpine3.11",
"gcr.io/cloud-builders/git": "alpine/git:latest",
"docker:dind": "ibmcom/docker-s390x:dind",
"docker:dind": "ibmcom/docker-s390x:20.10",
"docker": "docker:18.06.3",
"mikefarah/yq:3": "danielxlee/yq:2.4.0",
"stedolan/jq": "ibmcom/jq-s390x:latest",
Expand Down

0 comments on commit 7d7d96f

Please sign in to comment.