Skip to content

Add image with basic tools required to hit an API and parse the JSON response

Balasankar 'Balu' C requested to merge add-alpine-bash-jq-curl-git into master

There are many "trigger" jobs across GitLab projects, where the task in hand is essentially to hit an API end point, and maybe parse the JSON response from it. And often times perform some basic git operations. So far, we are using images with more cruft included in them for this task. This MR adds an image with the minimum tools required for most of these common use cases.

Edited by Balasankar 'Balu' C

Merge request reports