Files
kubernetes/hack/lib
Claudiu Belu 6d3a18b0be test images: Image Promoter sed fix
The image used by the Image Promoter (gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4)
is based on busybox, and thus, the sed binary is actually busybox. image-util.sh calls
kube::util::ensure-gnu-sed several times, which ensures that a GNU sed binary exists
(it checks by greping GNU in its --help output). Obviously, it won't match the busybox sed
binary. But the sed usage in image-util.sh is fairly simple, and the busybox sed is sufficient.

This was previously fixed in: #87188, but it was reverted by #87653 as it was failing
on Mac (sed does not exist). This commit fixes that issue as well.
2020-02-18 19:58:35 -08:00
..
2018-01-13 16:37:50 -08:00
2019-11-25 20:02:37 +08:00
2020-01-31 15:48:44 -05:00
2019-11-13 14:20:19 -08:00
2019-11-07 02:26:45 -05:00
2020-02-18 19:58:35 -08:00
2019-10-04 12:18:18 +03:00