https://github.com/cage1016/jq-cnb
A Cloud Native Buildpack that include jq
https://github.com/cage1016/jq-cnb
buildpack cnb jq pack
Last synced: 8 months ago
JSON representation
A Cloud Native Buildpack that include jq
- Host: GitHub
- URL: https://github.com/cage1016/jq-cnb
- Owner: cage1016
- Created: 2021-04-08T02:11:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T06:55:11.000Z (over 4 years ago)
- Last Synced: 2025-01-25T14:42:46.489Z (9 months ago)
- Topics: buildpack, cnb, jq, pack
- Language: Go
- Homepage:
- Size: 2.78 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JQ Buildpack

A [Cloud Native Buildpack](https://buildpacks.io) that include jq
## Buildpack registry
https://registry.buildpacks.io/buildpacks/cage1016/jq-cnb
## Usage
you could assign specific jq version by `echo 1.5 > .jq-version` at build time, default version is 1.6
```
pack build myapp --buildpack cage1016/jq-cnb@1.1.0
```
### URI
```
urn:cnb:registry:cage1016/jq-cnb
```
### Supported Stacks
- google
- io.buildpacks.stacks.bionic
- io.buildpacks.samples.stacks.bionic
- heroku-18
- heroku-20