Releases: mendix/docker-mendix-buildpack
Releases · mendix/docker-mendix-buildpack
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.py
script
- 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
ubi9
where 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
binutils
package 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-java
package 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
Hotfix to support the latest .NET Core Runtime
Replace Ubuntu with ubi8
Ubuntu Bionic is going out of support on May 31.
This version of Docker Buildpack switches to Red Hat UBI8.
- Completely switch to UBI8 to replace Ubuntu Bionic (which is going out of support soon).
- Call CF Buildpack directly instead of spawning a new process.
- Built rootfs locally instead of using Docker Hub.
Upgrade CF Buildpack
- Upgraded to use CF Buildpack v4.30.14 #161
Upgrade CF Buildpack
- Upgraded to use CF Buildpack v4.30.2 #149