Skip to content

Commit 61e52cf

Browse files
authored
Merge pull request #228 from mendix/DES-7513--Upgrade-Docker-buildpack-v5.0.32
Des 7513 upgrade docker buildpack v5.0.32
2 parents cee9f13 + 290a90a commit 61e52cf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Mendix Deployment Archive (aka mda file)
33
#
44
# Author: Mendix Digital Ecosystems, digitalecosystems@mendix.com
5-
# Version: v6.0.2
5+
# Version: v6.0.3
66
ARG ROOTFS_IMAGE=mendix-rootfs:app
77
ARG BUILDER_ROOTFS_IMAGE=mendix-rootfs:builder
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ docker push <app-root-fs-image-tag>
9191

9292
When building the the `rootfs-builder.dockerfile` file, you can provide the following additional arguments:
9393

94-
- **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.
94+
- **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.
9595
- **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**.
9696
- **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.
9797

rootfs-builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV LANG C.UTF-8
1010
ENV LC_ALL C.UTF-8
1111

1212
# CF buildpack version
13-
ARG CF_BUILDPACK=v5.0.31
13+
ARG CF_BUILDPACK=v5.0.32
1414
# CF buildpack download URL
1515
ARG CF_BUILDPACK_URL=https://github.com/mendix/cf-mendix-buildpack/releases/download/${CF_BUILDPACK}/cf-mendix-buildpack.zip
1616

upgrading-from-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ After the update, your pipeline might look like this:
4343
```shell
4444
# Preparation steps
4545
# Downloag Docker Buildpack
46-
DOCKER_BUILDPACK_VERSION=v6.0.2
46+
DOCKER_BUILDPACK_VERSION=v6.0.3
4747
curl -LJ -o - https://github.com/mendix/docker-mendix-buildpack/archive/refs/tags/${DOCKER_BUILDPACK_VERSION}.tar.gz | tar --strip-components=1 -xvz
4848
# Checkout the Mendix app source
4949
git clone <mendix-app-git> mendix-app-src

0 commit comments

Comments
 (0)