Source files of the container image volkerraschek/jq
Go to file
CSRBot e7e73582e5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency docker.io/volkerraschek/markdownlint to v0.33.0
2023-03-26 16:22:20 +02:00
.dockerignore Initial Commit 2023-03-26 16:07:46 +02:00
.drone.yml Update dependency docker.io/volkerraschek/markdownlint to v0.33.0 2023-03-26 16:22:20 +02: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 Initial Commit 2023-03-26 16:07:46 +02:00
LICENSE Initial Commit 2023-03-26 16:07:46 +02:00
Makefile Initial Commit 2023-03-26 16:07:46 +02:00
manifest.tmpl Initial Commit 2023-03-26 16:07:46 +02:00
README.md Initial Commit 2023-03-26 16:07:46 +02:00
renovate.json Initial Commit 2023-03-26 16:07:46 +02:00

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.