Skip to content

feat(docker): add jq to docker image

Marin Hannache requested to merge mareo/cli:mareo-main-patch-18879 into main

Description

This MR adds jq to the official glab docker image.

It will enable users to to query the GitLab API with glab and parse results with jq, it can be especially useful in some dynamic pipeline scenarios.

How has this been tested?

I built the docker image and successfully ran jq from a container.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Marin Hannache

Merge request reports