10000 GitHub - stfnr/alpine-curl-jq
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stfnr/alpine-curl-jq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 stfnralpine-curl-jq

Example

curl

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

curl, jq

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

Reference

https://github.com/dwdraju/alpine-curl-jq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%
0