-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First take at getting spintainer working #278
Conversation
I really love the name |
I hear that. What would you prefer we call it? |
9019762
to
622bee1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first pass lgtm 🎉
This executor runs SpinApps directly in a docker container rather than via the shim. You can use the default docker images published by the Spin project or you can craft your own images to run custom triggers, Spin versions, plugins, etc. Signed-off-by: Caleb Schoepp <[email protected]>
cb3bec7
to
fe862a9
Compare
Comments addressed — looking for some approvals. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM - one feature compatibility question/comment/concern, but happy to punt into follow up.
Spintainer is an alternative executor that runs a spin app in a container rather than via the shim. The user can leverage the image published by the Spin project or they can create their own image. A user might use spintainer if: