@@ -34,8 +34,8 @@ function resolve_resources() {
34
34
#
35
35
# tianon/true@sha* => openshift/ci-operator/tekton-images/nop/Dockerfile
36
36
# busybox@sha* => registry.access.redhat.com/ubi8/ubi-minimal:latest \
37
- sed -e " s,ko://,,g" -e " s%tianon/true.*\(\" \)%${registry_prefix} -nop:${image_tag} %\1 " \
38
- -e " s%busybox.*\(\" \)%registry.access.redhat.com/ubi8/ubi-minimal:latest%\1 " \
37
+ sed -e " s,ko://,,g" -e " s%tianon/true.*\(\" \)%${registry_prefix} -nop:${image_tag} \1% " \
38
+ -e " s%busybox.*\(\" \)%registry.access.redhat.com/ubi8/ubi-minimal:latest\1% " \
39
39
-e " s%\(.* image:\)\(github.com\)\(.*\/\)\(.*\)%\1 ${registry_prefix} -\4:${image_tag} %" $yaml \
40
40
-r -e " s,github.com/tektoncd/pipeline/cmd/${image_regexp} ,${registry_prefix} -\1:${image_tag} ,g" \
41
41
> ${TMP}
@@ -50,8 +50,8 @@ function resolve_resources() {
50
50
#
51
51
# tianon/true@sha* => openshift/ci-operator/tekton-images/nop/Dockerfile
52
52
# busybox@sha* => registry.access.redhat.com/ubi8/ubi-minimal:latest \
53
- sed -e " s,ko://,,g" -e " s%tinaon/true.*\(\" \)%${registry_prefix} :tektoncd-pipeline-nop%\1 " \
54
- -e " s%busybox.*\(\" \)%registry.access.redhat.com/ubi8/ubi-minimal:latest%\1 " \
53
+ sed -e " s,ko://,,g" -e " s%tinaon/true.*\(\" \)%${registry_prefix} :tektoncd-pipeline-nop\1% " \
54
+ -e " s%busybox.*\(\" \)%registry.access.redhat.com/ubi8/ubi-minimal:latest\1% " \
55
55
-e ' s%\(.* image:\)\(github.com\)\(.*\/\)\(test\/\)\(.*\)%\1\2 \3\4test-\5%' $yaml \
56
56
-e " s%\(.* image:\)\(github.com\)\(.*\/\)\(.*\)%\1 " " $registry_prefix " ' \:tektoncd-pipeline-\4%' \
57
57
-re " s,github.com/tektoncd/pipeline/cmd/${image_regexp} ,${registry_prefix} :tektoncd-pipeline-\1,g" \
0 commit comments