The Docker image centos:6 doesn't seem to have tar installed by default. When running the java cookbook, the java_ark provider fails on the extraction part. Should it check for the availability of tar and install the package when needed?
Side question: the docs mention that java_ark is deprecated in favor of the ark cookbook, but I don't see any dependency yet. Is this future work?
The Docker image
centos:6doesn't seem to havetarinstalled by default. When running thejavacookbook, thejava_arkprovider fails on the extraction part. Should it check for the availability oftarand install the package when needed?Side question: the docs mention that
java_arkis deprecated in favor of thearkcookbook, but I don't see any dependency yet. Is this future work?