cf-mendix-buildpack icon indicating copy to clipboard operation
cf-mendix-buildpack copied to clipboard

Compatibility issue with the docker-mendix-buildpack 5.x

Open Christophe-Vico opened this issue 2 years ago • 0 comments

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.

Christophe-Vico avatar May 17 '23 05:05 Christophe-Vico