ci(image-compliance): push-guard, date tags, hadolint + trivy gates#3
Merged
Conversation
…ghcr cleanup P2-phpcli (C1-C7) aus PLAN_2026-06-12_jardisops-image-compliance: - C1 Push-Guard: Build&push-Step nur bei != pull_request (build on PR, publish on merge) - C2 Datums-Tags: IMAGE_DATE + immutable :<php>-YYYYMMDD neben moving Tags (Rollback) - C3 hadolint-Job + .hadolint.yaml (3 begründete Base-Image-Ignores: DL3018/DL4006/SC2086) - C4 trivy-report: non-blocking HIGH/CRITICAL-Scan der gepushten Images ins Job-Summary - C5 ghcr-Login + packages:write entfernt (toter Code, nichts pusht nach ghcr) - C6 Pfad-Filter: support/makefile/**, .hadolint.yaml ergänzt - C7 README: Tag-Schema (moving vs. immutable) + Konsumenten-Empfehlung
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
P2-phpcli (C1–C7)
Hebt phpcli auf Fleet-Compliance — Pilot für das do-git-update-Image-Profil.
!= pull_request: build on PR, publish on merge. (Heute pushen PR-Builds live.)IMAGE_DATE+ immutable:<php>-YYYYMMDDneben den moving Tags → Rollback/Reproduzierbarkeit (E2)..hadolint.yamlmit 3 begründeten Base-Image-Ignores (DL3018/DL4006/SC2086). Lokal Exit 0. Wird erst nach dem Merge Required Check (sonst PR-Blockade).packages: writeentfernt.support/makefile/**,.hadolint.yamlergänzt.QA lokal grün:
make test-all PHP_VERSION=8.4(amd64+arm64), hadolint Exit 0.Plan: PLAN_2026-06-12_jardisops-image-compliance.md, Tasks C0–C8.