-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprovenance.yaml
More file actions
31 lines (29 loc) · 1.46 KB
/
Copy pathprovenance.yaml
File metadata and controls
31 lines (29 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Per-image provenance for the mendix-8 BUILD crate (mxbuild + mx).
# Recipe-pull distribution model (D-DOCKER-LIB-001): no registry, no published
# Mendix binaries — the toolchain tarball is curl'd from the Mendix CDN at build.
#
# Stable provenance anchor: cdn_source_url (anyone can re-fetch + verify the same
# tarball). image_digest is the local image-config ID for a given build; it is
# build-environment-specific (apt package versions drift) and recorded for
# traceability, not byte-for-byte reproducibility. It is populated once the image
# has been built + smoke-verified on a release machine.
crate: mendix-8/build
crate_version: "0.1.0"
images:
- mendix_version: "8.18.35.97"
cdn_source_url: "https://cdn.mendix.com/runtime/mxbuild-8.18.35.97.tar.gz"
base_image: "eclipse-temurin:11-jdk-jammy"
java_version: 11
platform: "linux/amd64"
image_tags:
- "ontologylabs/mendix-mxbuild:8.18.35.97"
- "ontologylabs/mendix-mxbuild:8"
image_digest: null # filled after a verified release build
cdn_verified: "2026-06-23 — HTTP 200 (HEAD)"
smoke_verified: "pending"
notes: >
Recipe authored from the production AIDE aide-mxtools image (proven mxbuild
invocation: --java-home / --java-exe-path / --gradle-home / --loose-version-check)
and the verified runtime-crate recipe-pull pattern. The CDN source URL is
verified reachable; an image build + `mx version`/MDA smoke is the remaining
release gate.