cf-mendix-buildpack
cf-mendix-buildpack copied to clipboard
Compatibility issue with the docker-mendix-buildpack 5.x
The docker-mendix-buildpack 5.0.x has been released to remove the use of the Ubuntu bionic image, and replace them by ubi8 / RHEL base image.
since we can't build the cf-mendix-buildpack anymore (see https://github.com/mendix/docker-mendix-buildpack/issues/166).
The function _compose_mono_dependency_name is indeed containing a hard check of the type of distri, and will raise an error if the container is not based on Ubuntu.