Skip to content

docker: install jq in base image#1355

Merged
kba merged 1 commit intomasterfrom
jq-in-docker
Apr 29, 2026
Merged

docker: install jq in base image#1355
kba merged 1 commit intomasterfrom
jq-in-docker

Conversation

@kba
Copy link
Copy Markdown
Member

@kba kba commented Apr 27, 2026

For doing JSON query ops in derived containers. Small and few dependencies and we do need it for the readinessProbe of the processing worker pods:

curl -u "*:*" -s http://$(OCRD_RABBITMQ_SERVICE_HOST):15672/api/queues | \
jq '.[] | select(.name == "$(OCRD_PROCESSOR_NAME)")' >/dev/null || exit 1

@kba
Copy link
Copy Markdown
Member Author

kba commented Apr 27, 2026

Test failures are due to the issue fixed in #1356

Copy link
Copy Markdown
Collaborator

@bertsky bertsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely!

@kba kba merged commit b0955d5 into master Apr 29, 2026
7 of 14 checks passed
@kba kba deleted the jq-in-docker branch April 30, 2026 09:42
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