Skip to content

Commit

Permalink
Merge pull request tektoncd#755 from nikhil-thomas/fix/test-failure
Browse files Browse the repository at this point in the history
Replace busybox image url
  • Loading branch information
openshift-merge-robot authored Sep 15, 2021
2 parents cd08989 + d77143b commit 3acbdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/release/update-to-head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
find . -type f -name '*.go' -o -name '*.yaml' | \
xargs -P6 -L1 -r sed -E -i \
-e 's,image: ubuntu$,image: public.ecr.aws/ubuntu/ubuntu:latest,' -e 's,"ubuntu","public.ecr.aws/ubuntu/ubuntu",g' \
-e 's,"busybox","mirror.gcr.io/library/busybox",g' -e 's,image: busybox$,image: mirror.gcr.io/library/busybox,'
-e 's,"busybox","gcr.io/google-containers/busybox",g' -e 's,image: busybox$,image: gcr.io/google-containers/busybox,'

git commit -a -m ":robot: Switching image from docker.io to public cloud providers registry"

Expand Down

0 comments on commit 3acbdcd

Please sign in to comment.