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:
parent
00ddee3f3d
commit
3b9cd7c6b1
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user