ci: validate and build Docker changes - #113
Merged
Merged
Conversation
Add pull-request and integration workflows that lint with checksum-verified hadolint before building. Publish releases only after the exact integrated image passes its required gates. Co-authored-by: Codex <[email protected]>
Rename the verified release asset to the command name used by the following composite-action step. Co-authored-by: Codex <[email protected]>
Limit proposed-source validation to hadolint and reserve network-intensive Docker builds for integrated main-branch commits. Co-authored-by: Codex <[email protected]>
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.
Warning
This pull request was created with assistance from LLMs.
Summary
Related Issues
None.
Notes for reviewers
Docker build and release-test jobs use
ubuntu-24.04; lightweight lint, planning, and release jobs useubuntu-slim. The latest eligible releases were reviewed on 2026-08-11.actions/checkoutis v7.0.1,docker/login-actionis v4.6.0, and hadolint is v2.15.1. The hadolint Linux x86-64 asset is downloaded from the official release and checked against GitHub's published SHA-256 digestc7187db94eeeeca956519a6af171adc31453941a1e777961f6e680f697c8c507before execution.Proposed merge attribution
Included:
Co-authored-by: Codex <[email protected]>The pull request creator is the primary author. No additional human attribution candidate was identified.
AI disclosure
Codex designed and implemented the workflow and Dockerfile changes and performed structural and supply-chain review.
Testing
Automated checks
actionlint -colorpinact run --check --min-age 7Dockerfileafter SHA-256 verificationgit diff --checkThe full image build and upstream release-test suite are intentionally limited to the integrated main-branch commit because they are large and network-intensive. Pull requests stay within the lightweight lint scope, while main retains the release test against the published image.
AI-assisted inspections