fix: add jq to devcontainer image#426
Merged
c-vigo merged 1 commit intorelease/0.3.1from Mar 24, 2026
Merged
Conversation
Enables release-core validate and downstream Release Core jobs that pipe gh JSON through jq. Refs: #425
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.
Description
Install the Debian
jqpackage in the vig-os devcontainer image so jobs that run insideghcr.io/vig-os/devcontainer:<tag>can execute shell pipelines that pipe JSON throughjq. This fixes downstream Release Core / Validate Release Core failures (exit 127 on Find and verify PR) when smoke-test (or any workspace) runsrelease-core.ymlin-container;gh … --jqwas never the problem—standalonejqwas missing from the image.Type of Change
feat-- New featurefix-- Bug fixdocs-- Documentation onlychore-- Maintenance task (deps, config, etc.)refactor-- Code restructuring (no behavior change)test-- Adding or updating testsci-- CI/CD pipeline changesbuild-- Build system or dependency changesrevert-- Reverts a previous commitstyle-- Code style (formatting, whitespace)Modifiers
!) -- This change breaks backward compatibilityChanges Made
Containerfile: addjqto the minimalapt-get installlist (alphabetical with other packages).CHANGELOG.md: document under## [0.3.1] - TBD→### Added(sync-manifest also updatesassets/workspace/.devcontainer/CHANGELOG.md).Changelog Entry
This PR targets
release/0.3.1; the entry lives under the active## [0.3.1] - TBDsection (not## Unreleased).Testing
just test)Manual Testing Details
N/A — image change only; optional verification:
docker build -f Containerfile .thendocker run --rm <image> jq --version.Checklist
docs/templates/, then runjust docs)CHANGELOG.mdin the[Unreleased]section (and pasted the entry above)Note: Changelog entry is under
## [0.3.1] - TBD→### Added(release branch), not## Unreleased, so the checklist item above is intentionally unchecked. No new tests for an OS package in the OCI image.Additional Notes
jqvia.vig-os/DEVCONTAINER_VERSION.Refs: #425