Skip to content

Add a Mendix 8 runtime crate #3

Description

@hjonck

The crate family covers Mendix 7, 9, 10, and 11 — Mendix 8 is the one gap.

What's needed

  1. 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.
  2. 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.
  3. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions