Open durandom opened 4 years ago
@durandom this has already been implemented. Did it not work for you?
I just saw that we name the folder after the git repo. Implemeted via https://github.com/AICoE/s2i-custom-notebook/pull/5/files
That's good. I guess I was missing the documentation.
Let's keep this issue still open, maybe we want to make it configurable.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
/lifecycle frozen /priority backlog
If you start many content notebook images, you'll end up with a bunch of
notebooks-<date>
folders. Can we start with naming the folder after the repo that the image was built from? So thathttps://gitlab.cee.redhat.com/AICoE/ocp4/
results inocp4-<date>
? Actually thinking about it, it might be more straight forward to add a simple config.notebooks.yaml
into thenotebooks
folder that configures exactly this. That way we can sneak in more control over the build and deploy process.