beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

allow passing a configuration directory #27

Open ericphanson opened 2 years ago

ericphanson commented 2 years ago

it would be nice if we could keep julia_pod stuff in some julia_pod subdirectory of the project, instead of top-level, and to look in that subdirectory first for the Dockerfile. Right now I have a dockerfile that is not compatible wtih Julia pod (doesn't have the same build targets), and I'd like my dockerfile to be top-level, and Julia pod's to be somewhere else. I'd also like to not have julia pod's sysimage.jl at top-level (we have our own that's slightly different currently), and also the autogenerated yamls could go somewhere else.