Skip to content

Commit 8ff1196

Browse files
Update Docker Buildpack documentation with alert
Add deprecation notice for Docker Buildpacks in the documentation.
1 parent 7423a23 commit 8ff1196

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

99
## Introduction
1010

11+
{{% alert color="warning" %}} 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 their deprecation journey by not supporting Mendix 12 and future Runtime versions. For more information, see the [blog release](https://www.mendix.com/blog/mendix-portable-runtime/).
12+
{{% /alert %}}
13+
1114
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.
1215

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

0 commit comments

Comments
 (0)