1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Use multi-arch go-rest-api-test image

The image is used in many catalog tests. To run the tests on many
platforms, the image should be the multi-arch one (at this moment -
linux/amd64, linux/ppc64le, linux/s390x, linux/arm64).

Signed-off-by: Yulia Gaponenko <yulia.gaponenko1@de.ibm.com>
This commit is contained in:
Yulia Gaponenko 2021-09-29 03:10:05 -04:00 committed by tekton-robot
parent 00ddee3f3d
commit 3b9cd7c6b1
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if __name__ == "__main__":
# Modify Task YAML
sidecars.append({
"name": "go-rest-api",
"image": "quay.io/chmouel/go-rest-api-test",
"image": "gcr.io/tekton-releases/dogfooding/go-rest-api-test:latest",
"env": [
{
"name": "CONFIG",

View File

@ -256,7 +256,7 @@ EOF
fi
cat <<EOF >>${TMPF}
sidecars:
- image: quay.io/chmouel/go-rest-api-test
- image: gcr.io/tekton-releases/dogfooding/go-rest-api-test:latest
name: go-rest-api
volumeMounts:
- name: fixtures