The crate family covers Mendix 7, 9, 10, and 11 — Mendix 8 is the one gap.
What's needed
- A CDN-available MX8 runtime version. The build pulls
https://cdn.mendix.com/runtime/mendix-<version>.tar.gz; we have not yet found a working MX8 URL (probes of 8.18.x returned 404 — the exact patch/build string is unknown). Finding a real, pullable MX8 version is step one.
- A new
crates/mendix-8/ — copy crates/mendix-7/ (MX8 is also Java 8), set ARG MENDIX_VERSION + the FROM eclipse-temurin:8-jre-jammy base, and update the README/versions.yaml.
- Smoke-test against a real MX8 app (
tests/smoke-test.sh <unzipped-mda>) and record the result in versions.yaml + provenance.yaml.
See CONTRIBUTING.md and the Mendix 7 guide for the pattern. Recipe-only — no Mendix binaries (the CI guard enforces this).
The crate family covers Mendix 7, 9, 10, and 11 — Mendix 8 is the one gap.
What's needed
https://cdn.mendix.com/runtime/mendix-<version>.tar.gz; we have not yet found a working MX8 URL (probes of8.18.xreturned 404 — the exact patch/build string is unknown). Finding a real, pullable MX8 version is step one.crates/mendix-8/— copycrates/mendix-7/(MX8 is also Java 8), setARG MENDIX_VERSION+ theFROM eclipse-temurin:8-jre-jammybase, and update the README/versions.yaml.tests/smoke-test.sh <unzipped-mda>) and record the result inversions.yaml+provenance.yaml.See CONTRIBUTING.md and the Mendix 7 guide for the pattern. Recipe-only — no Mendix binaries (the CI guard enforces this).