Releases: mendix/docker-mendix-buildpack
Releases · mendix/docker-mendix-buildpack
Updated dependency versions
Updated dependency versions
- Updated CF Buildpack dependency to v5.0.30
- Updated NGINX dependency to version 1.26
Fixed build issues for Mendix 9.24.34
- Use UBI9 images to build apps using Mendix 9.20 and higher versions, to address a .NET dependency issue
- Updated CF Buildpack dependency to v5.0.26
v6.0.0
What's Changed
- Addressed user feedback in #203
- Fixed Java version detection for Mendix 8 and 9
- Create destination directory if it doesn't exist
- Updated system requirements
- Added a document explaining how to modify existing pipelines to use the
build.pyscript
- Bumped up CF Buildpack to v5.0.23.
- Addressed the issue with spaces of MPR file name in #206
Full Changelog: v5.1.0...v6.0.0
Support for Java 17/21 and ubi9
This version includes #201 to
- Support building Java 17 and Java 21 MPR projects,
- Update images to
ubi9where possible, - Update to CF Buildpack v5.0.20.
build.py script that needs to run before the building the app's Docker image.
Updated to support newer Java and CF Buildpack versions
What's Changed
- Updated to Latest CF buildpack version by @GiriChandana123 in #195
- Support for newer java versions by @GiriChandana123 in #196
New Contributors
- @GiriChandana123 made their first contribution in #195
Full Changelog: v5.0.4...v5.0.5
Added the binutils package
- Added the
binutilspackage to address non-criticalERROR: Cannot get REST handlers from model: [Errno 2] No such file or directory: 'strings'log messages.
Fixed issue with OpenShift random UIDs
- Using default permissions to ensure that OpenShift random UIDs work without issues #181
- Updated CF Buildpack dependency to v5.0.9
Fix build issues
- Add
tzdata-javapackage to address #176 and https://bugzilla.redhat.com/show_bug.cgi?id=2224427 - Added an adapter to run MxBuild without Mono - to allow building Mendix 10 apps from MPK sources
- Updated to CF Buildpack version v5.0.4