The registry.access.redhat.com/ubi8/openjdk-11:1.14-3 removed the tar, unzip and rsync dependencies. Conseuqently oc rsync will faill with the following:
$ oc rsync ./scripts/ example-infinispan-0:/opt/infinispan
WARNING: cannot use rsync: rsync not available in container
WARNING: cannot use tar: tar not available in container
error: No available strategies to copy.
To allow oc rsync to continue working, it's necessary for the dependencies to be explicitly add to our images.
The
registry.access.redhat.com/ubi8/openjdk-11:1.14-3
removed thetar
,unzip
andrsync
dependencies. Conseuqentlyoc rsync
will faill with the following:To allow
oc rsync
to continue working, it's necessary for the dependencies to be explicitly add to our images.