Wish: build images in the cloud
This would help reduce friction when getting started since there would be no need to install docker, and it would avoid a large upload (multi-GB potentially).
Is this something that has been considered before?
@tomwhite can you be more specific on the way you thought this will work? otherwise there might be various ways to make this
I thought that for AWS Lambda it might be possible to use AWS CodeBuild to produce a docker image and publish it to a repository. I haven't tried this though.
@tomwhite I wonder what would be more complicated for a novice user ;) : install Docker client locally and wait a bit for uploading images or learn how to use AWS CodeBuild, read documentation there, experiment with it, debug it when something not working, etc... :)
I was imagining that Lithops would hide the CodeBuild part, in the same way that it hides the runtime build and deploy steps already. In other words, lithops runtime build --remote (or similar) would just do the build in the cloud instead of locally.
@JosepSampe what do you think?
In the past we have been using Tekton for the Knative backend. We can explore AWS CodeBuild for AWS backends.
Closing due inactivity