Source files of the container image volkerraschek/jq
Go to file
CSRBot bc86f27ad2
continuous-integration/drone/push Build is passing Details
Merge pull request 'chore(deps): update docker.io/plugins/docker docker tag to v20.17.2' (#27) from renovate/docker.io-plugins-docker-20.x into master
2024-01-10 17:29:15 +00:00
.dockerignore Initial Commit 2023-03-26 16:07:46 +02:00
.drone.yml chore(deps): update docker.io/plugins/docker docker tag to v20.17.2 2024-01-10 17:11:31 +00:00
.editorconfig Initial Commit 2023-03-26 16:07:46 +02:00
.gitattributes Initial Commit 2023-03-26 16:07:46 +02:00
.gitignore Initial Commit 2023-03-26 16:07:46 +02:00
.markdownlint.yaml Initial Commit 2023-03-26 16:07:46 +02:00
Dockerfile chore(deps): update docker.io/library/alpine docker tag to v3.19.0 2023-12-09 16:23:27 +01:00
LICENSE Initial Commit 2023-03-26 16:07:46 +02:00
Makefile fix(ci): sync with docker.io 2023-06-15 16:33:15 +02:00
README.md Initial Commit 2023-03-26 16:07:46 +02:00
manifest.tmpl fix: unsupport arm-v7 image 2023-10-25 14:17:27 +02:00
renovate.json fix: unsupport arm-v7 image 2023-10-25 14:17:27 +02:00

README.md

jq-docker

Build Status Docker Pulls

This project contains all sources to build the container image docker.io/volkerraschek/jq. The primary goal of this project is to package the binary jq as container image. The source code of the binary can be found in the upstream project of adrienverge.

The workflow or how jq can in general be used is documented here.