cf-mendix-buildpack
cf-mendix-buildpack copied to clipboard
The buildpack to run a Mendix app on any Cloud Foundry based platform
* Remove AppMon agent since it's no longer supported https://www.dynatrace.com/support/appmon/ * Add telegraf output for dynatrace with url & token so that no agent needed * Update readme accordingly
Hi guys, running the make target `generate_software_bom` there is a python `KeyError`. (seems like the `mendix-logfilter` in `dependencies.yml` is missing a `version` value) Stacktrace: ``` Traceback (most recent call last):...
As I saw in the documentation and in discussion with the solution team from Mendix we could set a different password for the M2EE user. https://github.com/mendix/docker-mendix-buildpack#monitoring-the-runtime As I used that...
I was running into issues while tuning XMS and XMS javaopts (Heap Size) because it was being reset to a low number (256MB I beleive). Long story short: please update...
Hi, Not sure if this is the way to go with my feedback, but I just posted an issue with the Docker Mendix Buildpack (https://github.com/mendix/docker-mendix-buildpack/) . This issue is possible...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.1. Release notes Sourced from ruff's releases. v0.4.1 Changes Preview features [pylint] Implement invalid-hash-returned (PLE0309) (#10961) [pylint] Implement invalid-index-returned (PLE0305) (#10962) Bug fixes [pylint] Allow...
Since we are only using pyOpenSSL to generate certificates for testing, and this functionality is now deprecated... Move functionality to cryptography instead
Admin interface can be exposed safely on all interfaces in a container model because it requires a password to access privileged functions. This is needed for the `/Prometheus` endpoint to...
HI Team, when i run latest version(branch) buildpack for you Mendix10 project, it throws below error, please he help: PermissionError: [Errno 13] Permission denied: '/tmp/opt/mono-5.20.1.27/bin/mono' the complete outputs: ```javascript [7pcqtf@shli6073...
The docker-mendix-buildpack 5.0.x has been released to remove the use of the Ubuntu `bionic` image, and replace them by `ubi8` / RHEL base image. since we can't build the cf-mendix-buildpack...