Skip to content

Commit 96982c2

Browse files
authored
Added a note about CF Buildpack builds.
Any pipeline that isn't updated to use build.py will fail to run, as CF Buildpack only works with specific Ubuntu versions.
1 parent 5f6ae00 commit 96982c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

upgrading-from-v5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ If your CI/CD pipeline uses Docker Buildpack to build \*.mda files (compiled Men
77

88
If you're upgrading from Docker Buildpack v4 (or an older version), you'll also need to follow the [upgrading from Docker Buildpack v4](upgrading-from-v4.md) instructions.
99

10+
⚠️ If your current pipeline is failing with an _Only Ubuntu is supported_ error, your pipeline depends on CF Buildpack to build Mendix MPR files, and needs to be updated as described in this document.
11+
1012
## Using the build.py script
1113

1214
Docker Buildpack v6 no longer uses CF Buildpack to compile MPR (or MPK) files - to continue supporting newer versions of Mendix, Java and the base OS.

0 commit comments

Comments
 (0)