Seed Image with Project Partially Installed #658
Unanswered
seandenigris
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @seandenigris, sorry for the super slow response and no, I haven't seen anyone do this before. Code installation from disk is typically very fast, so using a prepared image only seems to make sense if you can save a lot of work. Do you have such a use case? Can you share some rough numbers on how longer the different stages take in your CI system? Alternatively, you could set up a self-hosted runner and use that for your private repos. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few projects that are largely consist of one primary dependent project. To save CI time (which is limited for private GH projects), I was thinking of using the build artifact from the dependency as the base image in which to complete the installation. I noticed SmalltalkCI has an
-i
flag to supply an image, which seems like what I need.Is the plan above feasible? If so, is there an example of how to go about it? If not, any pointers?
Beta Was this translation helpful? Give feedback.
All reactions