kubedirector icon indicating copy to clipboard operation
kubedirector copied to clipboard

need public repo for example app source materials (config scripts etc.)

Open snowch opened this issue 3 years ago • 2 comments

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.

snowch avatar Feb 18 '21 19:02 snowch

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.

joel-bluedata avatar Apr 08 '21 16:04 joel-bluedata

I meant to say the Dockerfile should be in a public repo, not the docker image.

snowch avatar Dec 01 '21 06:12 snowch