Sign inSign up

mtand/alpine-curl-jq

By mtand

Updated 7 days ago

Alpine image with curl and jq

Image
0

10K+

mtand/alpine-curl-jq repository overview

Alpine Docker Image with curl, jq, bash

Use Cases:
  • Quick curl during multi step build config
  • curl api to verify access control and proceed further steps.
Usage

Pull docker image docker pull dwdraju/alpine-curl-jq

Example

curl

docker run --rm mtand/alpine-curl-jq curl https://www.google.com

curl, jq

docker run --rm mtand/alpine-curl-jq sh -c 'curl -s https://api.github.com/repos/github/hub/forks | jq .[].id'
Credit

https://github.com/dwdraju

Tag summary

Content type

Image

Digest

sha256:59fef5eba

Size

7.2 MB

Last updated

7 days ago

docker pull mtand/alpine-curl-jq