I noticed that with the latest patch version of the connector, 2.13.2, the unpacking / installation of the RPM package (with rpm -i ...) was failing due to some specific version number suffix -5 at the end of the file, in the Dockerfile build instructions. This change makes that less sensitive, and just takes whatever is in the ZIP file, but still based on the major-minor-patch version specified.
I've also bumped up the reference to the latest patch version.
I noticed that with the latest patch version of the connector, 2.13.2, the unpacking / installation of the RPM package (with
rpm -i ...
) was failing due to some specific version number suffix-5
at the end of the file, in theDockerfile
build instructions. This change makes that less sensitive, and just takes whatever is in the ZIP file, but still based on the major-minor-patch version specified.I've also bumped up the reference to the latest patch version.