Skip to content

juriku/curl-jq-alpine-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

curl-jq-alpine-docker

curl-jq-alpine-docker

includes: curl jq bash and coreutils

to run once in k8s:

kubectl run -i --restart=Never --quiet --rm curl-pod-name --image juriku/curl-jq-alpine-docker:latest -n nsq --command -- \
  bash -c "curl -X GET http://bla-bla | \
  jq -rc '.something[].name' | while read name ; do \
  echo \$name ; done ;"

About

curl-jq-alpine-docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published