Sign inSign up

backplane/yq

By backplane

•Updated about 4 hours ago

scratch-based dockerization of yq, the command-line YAML processor.

Image
0

10K+

backplane/yq repository overview

⁠yq

scratch⁠-based dockerization of yq⁠, the command-line YAML processor.

As the site says:

yq uses jq like syntax but works with yaml files as well as json

The source code for this image is hosted on GitHub in the backplane/conex repo⁠.

⁠Usage

⁠Interactive

The following shell function can assist in running this image interactively:


yq() {
  docker run \
    --rm \
    --interactive \
    --tty \
    --volume "$(pwd):/work" \
    "backplane/yq" \
    "$@"
}

Tag summary

Content type

Image

Digest

sha256:032fa9003…

Size

5.5 MB

Last updated

about 4 hours ago

docker pull backplane/yq