Sign inSign up

nubisproject/nubis-toml2json

By nubisproject

Updated over 8 years ago

Container containing toml2json

Image
0

144

nubisproject/nubis-toml2json repository overview

nubis-jq

This is a small docker container (6.42MB) containing toml2json.

Run it like:

echo 'arena = "core"' | docker run -i nubis-toml2json

Or in a script like:

ARENA=$(docker run -i nubis-toml2json \
    < ${TERRAFORM_PATH}/terraform.tfvars \
    | docker run -i nubis-jq jq --raw-output .arena)
echo "ARENA: ${ARENA}"

Tag summary

Content type

Image

Digest

Size

2.7 MB

Last updated

over 8 years ago

docker pull nubisproject/nubis-toml2json:develop