You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #407, depends on #532 (Dagster) and #534 (Superset).
Scope
Update docs/modules.md to document the image.source/image.tag config pattern: when to use build (local dev, iterating on a Dockerfile) vs registry (production, pulling the scanned/signed artifact published by publish-images.yml), with a YAML example matching Allow modules to pull published images instead of always building locally #407's proposal.
Cross-link to docs/image-scanning.md so readers understand the provenance/signing guarantee source: registry is actually buying them (cosign attestation, Trivy gate before push).
Add a short example profile snippet (e.g. under profiles/ docs or an example environment overlay) showing a production-style profile using image.source: registry for both Dagster and Superset.
Part of #407, depends on #532 (Dagster) and #534 (Superset).
Scope
docs/modules.mdto document theimage.source/image.tagconfig pattern: when to usebuild(local dev, iterating on a Dockerfile) vsregistry(production, pulling the scanned/signed artifact published bypublish-images.yml), with a YAML example matching Allow modules to pull published images instead of always building locally #407's proposal.docs/image-scanning.mdso readers understand the provenance/signing guaranteesource: registryis actually buying them (cosign attestation, Trivy gate before push).README.md's error-code table, matching the style used for E103–E106 (Profile composition: support layered/extended profiles to reduce duplication #175).profiles/docs or an example environment overlay) showing a production-style profile usingimage.source: registryfor both Dagster and Superset.Relationship
Parent issue: #407. Depends on #532, #533, #534.