Skip to content

dwdraju/alpine-curl-jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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 dwdraju/alpine-curl-jq curl https://www.google.com

curl, jq

docker run dwdraju/alpine-curl-jq curl -s https://api.github.com/repos/github/hub/forks | jq .[].id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published