infinispan / infinispan-images

Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
https://infinispan.org
Apache License 2.0
32 stars 21 forks source link

Explicitly add tar and rsync dependencies to openjdk image #190

Closed ryanemerson closed 2 years ago

ryanemerson commented 2 years ago

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.