Skip to content

Commit 9c2ab5e

Browse files
Merge pull request #11519 from mruiserrmendix/patch-29
Update Docker Buildpack documentation with alert
2 parents c9d0db2 + 02a0704 commit 9c2ab5e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/en/docs/deployment/on-premises-design/buildpacks/docker-buildpack.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ description: "Describes how to deploy using a Docker image using a Docker Buildp
88

99
## Introduction
1010

11+
{{% alert color="warning" %}}
12+
With the release of [Mendix Portable Runtime](https://docs.mendix.com/developerportal/deploy/docker-deploy-pad/), we are transitioning away from the Docker Buildpacks toward a modern, container-native approach that packages Mendix applications. As part of this shift, the Docker Buildpack will begin its deprecation journey by not supporting Mendix 12 and future Runtime versions.
13+
14+
For more information, see [Mendix Portable Runtime: Deployment, Simplified](https://www.mendix.com/blog/mendix-portable-runtime/).
15+
{{% /alert %}}
16+
1117
This page explains how to build a Docker image from your Mendix App using a Docker buildpack. Every time you make changes to your app, you must create a new Docker image that can be pushed through the different stages of your application pipeline.
1218

1319
This how-to teaches you how to do the following:

0 commit comments

Comments
 (0)