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
Currently we have a single set of dependencies, composed of three scripts under .devcontainer. Some of these dependencies are for building the KMS, some are for running it, and some are for development.
This prevents us from creating efficient container images, so we should clearly separate these types of dependencies so that the respective images only install what is strictly needed
The text was updated successfully, but these errors were encountered:
DomAyre
changed the title
Split build and runtime dependencies
Split build, dev and runtime dependencies
Jul 30, 2024
Currently we have a single set of dependencies, composed of three scripts under .devcontainer. Some of these dependencies are for building the KMS, some are for running it, and some are for development.
This prevents us from creating efficient container images, so we should clearly separate these types of dependencies so that the respective images only install what is strictly needed
The text was updated successfully, but these errors were encountered: