Skip to content

Releases: mendix/docker-mendix-buildpack

Support for Java 17/21 and ubi9

02 Sep 12:40
07f286a
Compare
Choose a tag to compare
Pre-release

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.

⚠️ Please check the readme for instructions how to build MPR projects. To support building Mendix 10 projects using Java 17 and Java 21, MPR builds are now done with a new, external build.py script that needs to run before the building the app's Docker image.

Updated to support newer Java and CF Buildpack versions

22 Jul 11:29
1564030
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.4...v5.0.5

Added the binutils package

22 Nov 09:44
ed51abd
Compare
Choose a tag to compare
  • Added the binutils package to address non-critical ERROR: Cannot get REST handlers from model: [Errno 2] No such file or directory: 'strings' log messages.

Fixed issue with OpenShift random UIDs

23 Oct 15:09
f67107e
Compare
Choose a tag to compare
  • Using default permissions to ensure that OpenShift random UIDs work without issues #181
  • Updated CF Buildpack dependency to v5.0.9

Fix build issues

31 Jul 09:14
38f09bd
Compare
Choose a tag to compare

Hotfix to support the latest .NET Core Runtime

16 May 15:18
08540aa
Compare
Choose a tag to compare

Added packages required by the latest version of MxBuild #165 (thanks, @xiwenc!)

Replace Ubuntu with ubi8

16 May 11:40
b7607f2
Compare
Choose a tag to compare

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

13 Mar 09:14
cfd2912
Compare
Choose a tag to compare
  • Upgraded to use CF Buildpack v4.30.14 #161

Upgrade CF Buildpack

02 Aug 13:17
f750858
Compare
Choose a tag to compare
  • Upgraded to use CF Buildpack v4.30.2 #149

Upgrade CF Buildpack and NGINX to address CVEs

03 May 15:54
def27d7
Compare
Choose a tag to compare