You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at how to make changes and contribute to the repo, but it all seems very complicated compared to https://github.com/commontorizon/Containerfiles I would prefer if there was some script or something easy to run in my environment instead of having to configure a gitlab CI flow just for my local development.
The text was updated successfully, but these errors were encountered:
Let me also add that this repo is more complicated because we need full correctness and dependency resolution between each build (image c needs image b that needs image a, and that has to be built in the correct order etc) , which is something the common version doesn't need because the package integration is already done on our side.
The repo has been mostly optimized for release correctness, not for local development, so we'd need to reimplement a lot of the features we use the GitLab pipeline for.
@sakashitatakamine can you expand on the changes you want to make and how a local script would help compared to the solution I linked above?
I'm looking at how to make changes and contribute to the repo, but it all seems very complicated compared to https://github.com/commontorizon/Containerfiles I would prefer if there was some script or something easy to run in my environment instead of having to configure a gitlab CI flow just for my local development.
The text was updated successfully, but these errors were encountered: