docker-mendix-buildpack icon indicating copy to clipboard operation
docker-mendix-buildpack copied to clipboard

Docker files Not Compatible with the new version of Docker V23.0

Open mfaisaltariq opened this issue 2 years ago • 0 comments

We updated our docker version to 23.0 in which the Docker Buildkit has been introduced and the Build no longer works it gives error on the compilation stage.

The new Buildkit parallel process the 2 stages in the docker file to optimise the build process and results in failed builds.

The work around we used was to disable the Buildkit by setting the DOCKER_BUILDKIT=0 to use the legacy builder.

Docker Release Notes

mfaisaltariq avatar Feb 08 '23 15:02 mfaisaltariq