From 7356166753bd158a76affd1fe902fc42ebed0b33 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 12:51:16 +0200 Subject: [PATCH 1/8] Update Dockerfile version to v6.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c19960f0..9cb4f754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Mendix Deployment Archive (aka mda file) # # Author: Mendix Digital Ecosystems, digitalecosystems@mendix.com -# Version: v6.0.2 +# Version: v6.0.3 ARG ROOTFS_IMAGE=mendix-rootfs:app ARG BUILDER_ROOTFS_IMAGE=mendix-rootfs:builder From 4f2ddd4670cf317e92f46d2bee178bfe15ff5e16 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 12:52:17 +0200 Subject: [PATCH 2/8] Update CF_BUILDPACK version in README Updated the default CF_BUILDPACK version from v5.0.31 to v5.0.32 in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cb750d0..b54e689b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ docker push When building the the `rootfs-builder.dockerfile` file, you can provide the following additional arguments: -- **CF_BUILDPACK** is a version of CloudFoundry buildpack. Defaults to `v5.0.31`. For stable pipelines, it's recommended to use a fixed **v5.0.31** version. Other Cloud Foundry buildpacks might not work with this version of Docker Buildpack. +- **CF_BUILDPACK** is a version of CloudFoundry buildpack. Defaults to `v5.0.32`. For stable pipelines, it's recommended to use a fixed **v5.0.31** version. Other Cloud Foundry buildpacks might not work with this version of Docker Buildpack. - **CF_BUILDPACK_URL** specifies the URL where the CF buildpack should be downloaded from (for example, a local mirror). Defaults to `https://github.com/mendix/cf-mendix-buildpack/releases/download/${CF_BUILDPACK}/cf-mendix-buildpack.zip`. Specifying **CF_BUILDPACK_URL** will override the version from **CF_BUILDPACK**. - **BUILDPACK_XTRACE** can be used to enable CF Buildpack [debug logging](https://github.com/mendix/cf-mendix-buildpack#logging-and-debugging). Set this variable to `true` to enable debug logging. From cb4d777a01d0467124591c71ccf4856c5ffbf908 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 12:53:10 +0200 Subject: [PATCH 3/8] Update CF buildpack version to v5.0.32 --- rootfs-builder.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs-builder.dockerfile b/rootfs-builder.dockerfile index 7a8f69d6..a04ed0df 100644 --- a/rootfs-builder.dockerfile +++ b/rootfs-builder.dockerfile @@ -10,7 +10,7 @@ ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 # CF buildpack version -ARG CF_BUILDPACK=v5.0.31 +ARG CF_BUILDPACK=v5.0.32 # CF buildpack download URL ARG CF_BUILDPACK_URL=https://github.com/mendix/cf-mendix-buildpack/releases/download/${CF_BUILDPACK}/cf-mendix-buildpack.zip From 41c33503bf8a165ce46868589ad45a632a24e0a1 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 12:53:43 +0200 Subject: [PATCH 4/8] Update Docker Buildpack version to v6.0.3 --- upgrading-from-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrading-from-v5.md b/upgrading-from-v5.md index 85d8ba76..23e81631 100644 --- a/upgrading-from-v5.md +++ b/upgrading-from-v5.md @@ -43,7 +43,7 @@ After the update, your pipeline might look like this: ```shell # Preparation steps # Downloag Docker Buildpack -DOCKER_BUILDPACK_VERSION=v6.0.2 +DOCKER_BUILDPACK_VERSION=v6.0.3 curl -LJ -o - https://github.com/mendix/docker-mendix-buildpack/archive/refs/tags/${DOCKER_BUILDPACK_VERSION}.tar.gz | tar --strip-components=1 -xvz # Checkout the Mendix app source git clone mendix-app-src From 293409161104ce503a8e0778743a9ba733fcebcc Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 12:59:32 +0200 Subject: [PATCH 5/8] Update Dockerfile version to v6.0.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cb4f754..0fb42998 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Mendix Deployment Archive (aka mda file) # # Author: Mendix Digital Ecosystems, digitalecosystems@mendix.com -# Version: v6.0.3 +# Version: v6.0.4 ARG ROOTFS_IMAGE=mendix-rootfs:app ARG BUILDER_ROOTFS_IMAGE=mendix-rootfs:builder From 7645cdfe37e30b9bcbe29c430793aee63a676852 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 13:00:03 +0200 Subject: [PATCH 6/8] Update Docker Buildpack version to 6.0.4 --- upgrading-from-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrading-from-v5.md b/upgrading-from-v5.md index 23e81631..8e2c0fc5 100644 --- a/upgrading-from-v5.md +++ b/upgrading-from-v5.md @@ -43,7 +43,7 @@ After the update, your pipeline might look like this: ```shell # Preparation steps # Downloag Docker Buildpack -DOCKER_BUILDPACK_VERSION=v6.0.3 +DOCKER_BUILDPACK_VERSION=v6.0.4 curl -LJ -o - https://github.com/mendix/docker-mendix-buildpack/archive/refs/tags/${DOCKER_BUILDPACK_VERSION}.tar.gz | tar --strip-components=1 -xvz # Checkout the Mendix app source git clone mendix-app-src From 83ac237f0c743157c9a1389b9d546274612e7441 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 13:13:56 +0200 Subject: [PATCH 7/8] Fix Docker Buildpack version in upgrade guide --- upgrading-from-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrading-from-v5.md b/upgrading-from-v5.md index 8e2c0fc5..23e81631 100644 --- a/upgrading-from-v5.md +++ b/upgrading-from-v5.md @@ -43,7 +43,7 @@ After the update, your pipeline might look like this: ```shell # Preparation steps # Downloag Docker Buildpack -DOCKER_BUILDPACK_VERSION=v6.0.4 +DOCKER_BUILDPACK_VERSION=v6.0.3 curl -LJ -o - https://github.com/mendix/docker-mendix-buildpack/archive/refs/tags/${DOCKER_BUILDPACK_VERSION}.tar.gz | tar --strip-components=1 -xvz # Checkout the Mendix app source git clone mendix-app-src From 290a90a5bd9af460bff71e49c4c0edf840734bd7 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Fri, 29 May 2026 13:14:18 +0200 Subject: [PATCH 8/8] Update Dockerfile version from v6.0.4 to v6.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fb42998..9cb4f754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Mendix Deployment Archive (aka mda file) # # Author: Mendix Digital Ecosystems, digitalecosystems@mendix.com -# Version: v6.0.4 +# Version: v6.0.3 ARG ROOTFS_IMAGE=mendix-rootfs:app ARG BUILDER_ROOTFS_IMAGE=mendix-rootfs:builder