You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1099 broke upstream and OKD builds as it added a dependency on
rsync. quay.io/centos/centos:stream9 image does not ship rsync
by default.
Once we can use the new golang's recursive copy (CopyFS) functionality
in go 1.23 (golang/go#62484), use it and
remove the dependency on rsync.
Co-authored-by: Jiri Mencak <jmencak@users.noreply.github.com>
0 commit comments