diff --git a/Dockerfile b/Dockerfile index 4d457cb..b8c2d67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Mendix Deployment Archive (aka mda file) # # Author: Mendix Digital Ecosystems, digitalecosystems@mendix.com -# Version: 5.1.0 +# Version: v6.0.0 ARG ROOTFS_IMAGE=mendix-rootfs:app ARG BUILDER_ROOTFS_IMAGE=mendix-rootfs:builder diff --git a/README.md b/README.md index e4c4922..7b51256 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Mendix Buildpack for Docker (aka docker-mendix-buildpack) is an **example project** you can use to build and run your Mendix Application in a [Docker](https://www.docker.com/) container. -**⚠️ Warning** If your pipeline is based on Docker Buildpack v5 or an earlier version, see the [upgrading from Docker Buildpack v5](upgrading-from-v6.md) document. To use Docker Buildpack v6, some changes will be required in your build process. +**⚠️ Warning** If your pipeline is based on Docker Buildpack v5 or an earlier version, see the [upgrading from Docker Buildpack v5](upgrading-from-v5.md) document. To use Docker Buildpack v6, some changes will be required in your build process. For a Kubernetes native solution to run Mendix apps, see [Mendix for Private Cloud](https://www.mendix.com/evaluation-guide/app-lifecycle/mendix-for-private-cloud/). diff --git a/upgrading-from-v5.md b/upgrading-from-v5.md index 0b37f7d..867e9f7 100644 --- a/upgrading-from-v5.md +++ b/upgrading-from-v5.md @@ -57,5 +57,5 @@ docker push example.com/mendix-app:latest # Other changes -Docker Buildpack v6 switched from `ubi8` to `ubi9` images ([Red Hat Universal Base Images](https://developers.redhat.com/articles/ubi-faq) whenever possible. +Docker Buildpack v6 switched from `ubi8` to `ubi9` images ([Red Hat Universal Base Images](https://developers.redhat.com/articles/ubi-faq)) whenever possible. Building Mendix 8 and 9 apps still uses `ubi8`, as those versions depend on an older version of Mono that doesn't work in newer operating systems.