Skip to content

Fix jq comment line continuation in versions.sh#754

Merged
yosifkit merged 1 commit into
docker-library:masterfrom
orgads:jq-comment
May 14, 2026
Merged

Fix jq comment line continuation in versions.sh#754
yosifkit merged 1 commit into
docker-library:masterfrom
orgads:jq-comment

Conversation

@orgads
Copy link
Copy Markdown
Contributor

@orgads orgads commented May 14, 2026

./versions.sh was failing with:

jq: error: syntax error, unexpected INVALID_CHARACTER, expecting '|' or ',' or ')' at <top-level>, line 24, column 8

Keep the /o\ flourish in the jq comment, but avoid ending the line with a bare backslash so jq does not treat the next line as a continuation.

./versions.sh was failing with:
jq: error: syntax error, unexpected INVALID_CHARACTER,
expecting '|' or ',' or ')' at <top-level>, line 24, column 8

Keep the /o\ flourish in the jq comment, but avoid ending the line with
a bare backslash so jq does not treat the next line as a continuation.
@yosifkit yosifkit merged commit 0b1dd4c into docker-library:master May 14, 2026
14 checks passed
yosifkit added a commit to docker-library/official-images that referenced this pull request May 15, 2026
Changes:

- docker-library/mongo@9363996: Merge pull request docker-library/mongo#756 from orgads/update-eol
- docker-library/mongo@0b1dd4c: Fix jq comment line continuation in versions.sh (docker-library/mongo#754)
- docker-library/mongo@2767131: Update 5.0 to 5.0.33 and 6.0 to 6.0.28
- docker-library/mongo@efc6293: Revive EOL versions again to fix CVE-2026-8053

Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants