Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overneath/jq
stedolan/jq `FROM scratch`
https://github.com/overneath/jq
cli docker-image dockerfile jq json-parser
Last synced: 16 days ago
JSON representation
stedolan/jq `FROM scratch`
- Host: GitHub
- URL: https://github.com/overneath/jq
- Owner: overneath
- Created: 2019-01-24T01:05:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T01:15:50.000Z (about 6 years ago)
- Last Synced: 2024-11-19T20:44:05.832Z (3 months ago)
- Topics: cli, docker-image, dockerfile, jq, json-parser
- Language: Dockerfile
- Homepage: https://stedolan.github.io/jq/
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nothin' but JQ
![./jq][jq-png]
## But Why Though
I needed a minimal, standalone installation of [stedolang/jq][jq-src] in a Docker image to serve as a simple, containerized installation source.
## Docker
To install into an image via `Dockerfile`:
```dockerfile
COPY --from=overneath/jq:1.6 /opt/local/ /usr/local/
```---
[jq-png]: https://github.com/stedolan/jq/raw/63a2b85883be8850e418c5dbb64e05d115abc00b/jq.png "./jq"
[jq-src]: https://github.com/stedolan/jq "JQ on Github"