https://github.com/pascaliske/docker-alpine-curl-jq
Small Alpine based image for curl and jq.
https://github.com/pascaliske/docker-alpine-curl-jq
alpine curl docker jq
Last synced: 3 months ago
JSON representation
Small Alpine based image for curl and jq.
- Host: GitHub
- URL: https://github.com/pascaliske/docker-alpine-curl-jq
- Owner: pascaliske
- License: mit
- Created: 2021-09-14T23:01:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T23:11:30.000Z (4 months ago)
- Last Synced: 2025-04-09T19:55:43.694Z (3 months ago)
- Topics: alpine, curl, docker, jq
- Language: Dockerfile
- Homepage: https://pascaliske.github.io/docker-alpine-curl-jq/
- Size: 811 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# [`pascaliske/docker-alpine-curl-jq`](https://pascaliske.github.io/docker-alpine-curl-jq/)
> Small Alpine based image for `curl` and `jq`.
[](https://hub.docker.com/r/pascaliske/alpine-curl-jq) [](https://hub.docker.com/r/pascaliske/alpine-curl-jq) [](https://hub.docker.com/r/pascaliske/alpine-curl-jq) [](https://github.com/pascaliske/docker-alpine-curl-jq) [](https://github.com/pascaliske/docker-alpine-curl-jq/actions) [](https://opensource.org/licenses/MIT) [](https://github.com/pascaliske/docker-alpine-curl-jq) [](https://github.com/Naereen/badges)
## Image
| Registry | Image |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| GitHub | [`ghcr.io/pascaliske/alpine-curl-jq`](https://github.com/pascaliske/docker-alpine-curl-jq/pkgs/container/alpine-curl-jq) |
| Docker Hub | [`pascaliske/alpine-curl-jq`](https://hub.docker.com/r/pascaliske/alpine-curl-jq) |The following platforms are available for this image:
```bash
$ docker run --rm mplatform/mquery ghcr.io/pascaliske/alpine-curl-jq:latest
Image: ghcr.io/pascaliske/alpine-curl-jq:latest
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64
```## Usage
To use this image pull it from one of the following registries:
```bash
# github container registry
docker pull ghcr.io/pascaliske/alpine-curl-jq# docker hub
docker pull pascaliske/alpine-curl-jq
```Then you can simply use the image like this:
```bash
# github container registry
docker run -it --rm ghcr.io/pascaliske/alpine-curl-jq curl --version
docker run -it --rm ghcr.io/pascaliske/alpine-curl-jq jq --version# docker hub
docker run -it --rm pascaliske/alpine-curl-jq curl --version
docker run -it --rm pascaliske/alpine-curl-jq jq --version
```## License
[MIT](LICENSE.md) – © 2022 [Pascal Iske](https://pascaliske.dev)