Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taskmedia/curl-jq
Building weekly curl-jq images
https://github.com/taskmedia/curl-jq
curl docker image jq
Last synced: 5 days ago
JSON representation
Building weekly curl-jq images
- Host: GitHub
- URL: https://github.com/taskmedia/curl-jq
- Owner: taskmedia
- License: mit
- Created: 2023-03-13T17:48:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T09:53:50.000Z (12 months ago)
- Last Synced: 2023-12-05T10:53:00.581Z (12 months ago)
- Topics: curl, docker, image, jq
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/fty4/curl-jq
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image curl-jq
This is quiet simple here - just a Docker image with curl and jq installed.
This image will build every two weeks and push it to the ghcr.io registry.
```bash
# Pull from ghcr.io (GitHub Container Registry)
docker pull ghcr.io/taskmedia/curl-jq:main# Pull from Docker Hub
docker pull fty4/curl-jq:main
```