Add devcontainer containing essential build tools for S-CORE#83
Add devcontainer containing essential build tools for S-CORE#83lurtz wants to merge 2 commits intoeclipse-score:mainfrom
Conversation
2ddd82c to
a663cd8
Compare
For CI container images shall be small so that CI is fast. However for developers we usually want more tools to increase productivity.
a663cd8 to
6f760f3
Compare
6f760f3 to
6214610
Compare
|
As as I build using a builder created with Therefore I put this on hold, because I think it might not be worth the effort. At the moment the Further information information I found about this issue:
Here I doubt that I can pass the proper buildx options down via devcontainercli. If we ever want to have a dedicated image for CI, maybe it is easier to store the devcontainer features in a separate repository and use those. It is not possible to reuse local features. |
|
This might work if a local docker registry is run. However lets first try other solutions |
For CI container images shall be small so that CI is fast. However for developers we usually want more tools to increase productivity.
TODO