Skip to content

Commit

Permalink
fix go fmt issues
Browse files Browse the repository at this point in the history
update docker-in-docker testimage for s390x
  • Loading branch information
Basavaraju-G authored and tekton-robot committed Feb 12, 2024
1 parent 9320742 commit 7f86dfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ func imageNamesMapping() map[string]string {
switch getTestArch() {
case "s390x":
return map[string]string{
"registry": getTestImage(registryImage),
"node": "node:alpine3.11",
"gcr.io/cloud-builders/git": "alpine/git:latest",
"docker:dind": "ibmcom/docker-s390x:20.10",
"registry": getTestImage(registryImage),
"node": "node:alpine3.11",
"gcr.io/cloud-builders/git": "alpine/git:latest",
"docker@sha256:74e78208fc18da48ddf8b569abe21563730845c312130bd0f0b059746a7e10f5": "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 7f86dfb

Please sign in to comment.