Official image bundling ksonnet-lib and Jsonnet
10K+
A Docker image that allows you to run Jsonnet to compile a file in your local directory that uses ksonnet-lib. Specifically, this image contains:
USAGE: Define a function like ksonnet below, and then run:
ksonnet <jsonnet-file-and-options-here>
ksonnet() {
docker run -it --rm \
--volume "$PWD":/wd \
--workdir /wd \
ksonnet \
jsonnet "$@"
}
Content type
Image
Digest
Size
89.9 MB
Last updated
about 9 years ago
docker pull ksonnet/ksonnet-lib