https://github.com/ventx/docker-jsonnet-jb
Alpine Docker Image with jsonnet, jsonnet-bundler (jb) and make
https://github.com/ventx/docker-jsonnet-jb
Last synced: 4 months ago
JSON representation
Alpine Docker Image with jsonnet, jsonnet-bundler (jb) and make
- Host: GitHub
- URL: https://github.com/ventx/docker-jsonnet-jb
- Owner: ventx
- Created: 2021-09-24T09:34:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T10:16:43.000Z (over 4 years ago)
- Last Synced: 2025-10-09T23:34:22.828Z (8 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsonnet-jb
Small Ubuntu Docker image with [jsonnet](https://jsonnet.org/) and [jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler) (jb) to use for e.g. [kubernetes-mixin](https://github.com/kubernetes-monitoring/kubernetes-mixin).
## Docker Hub
[ventx/jsonnet-jb](https://cloud.docker.com/u/ventx/repository/docker/ventx/jsonnet-jb)
# Docker base image
* OS: [Ubuntu Linux](https://hub.docker.com/_/ubuntu)
* Version: 21.04 ("hirsute")
# Installed Packages
* [jsonnet](https://packages.ubuntu.com/hirsute/jsonnet)
* [make](https://packages.ubuntu.com/hirsute/make)
# Installed Packages (go binaries)
* [jb](https://github.com/jsonnet-bundler/jsonnet-bundler) `v0.4.0`