kubedirector
kubedirector copied to clipboard
need public repo for example app source materials (config scripts etc.)
Example: https://github.com/bluek8s/kubedirector/blob/master/deploy/example_catalog/cr-app-spark245.json
"defaultImageRepoTag": "bluedata/spark245:5.2.0.35"
App config is embedded in the image
"defaultConfigPackage": {
"packageURL": "file:///opt/configscripts/appconfig-5.2.0.35.tgz"
},
Because I couldn't find the image source code in an open-source repository, to look at what the app-config scripts contained, I had to use docker run -it bluedata/spark245:5.2.0.35 -- /bin/bash
to look at the app config source.
The images are in a public repo, but yes we need a better place to store the app config scripts. I need to get caught back up with what the plans for that are.
I meant to say the Dockerfile should be in a public repo, not the docker image.