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

Build and Run Mendix in Docker

Results 53 docker-mendix-buildpack issues
Sort by recently updated
recently updated
newest added

Looks like Makefile was nuked or the README needs to be adjusted.

Docker build failing and showing errors: ##[error]The command '/bin/sh -c mkdir -p /opt/mendix/buildpack /opt/mendix/build && ln -s /root /home/vcap && mkdir -p /home/vcap/.local/bin && ln -s /etc/alternatives/pip3 /home/vcap/.local/bin/pip && pip3...

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...

Hi, I'm trying to do as the title suggests. So, same Mendix Project, runs in two containers that can be accessed through localhost:8080 & localhost:8081 for example. What I did...

Hello, I'm trying to build a Mendix docker app using GitLab CI/CD pipeline. The runner uses a proxy to get Mendix dependencies from cdn.mendix.com but the builds ends with this...

78.42 Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. 78.43 ERROR: Could not read MxBuild error file 78.43...

When trying to deploy this in a container service on AWS I can never establish a connection to RDS PG, due to missing certificates, I tried passing PEM files as...

Hello, I have been using the new release 5.0.4 since begining of April 2024 in my CI/CD pipeline to build my Mendix docker images on premises without any issue. Since...

## . ## ## ## == ## ## ## ## === /""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ \______ o __/ \ \ __/ \____\______/...

Hi, i was testing and troubleshooting build failures with latest Docker Buildpack version v5.1.0 where a build.py script needs to be executed before actually building the final docker images: `./build.py...