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
Is your feature request related to a problem? Please describe.
This is a proof of concept of different ways we can manage dependencies for software development in an airgapped environment focused on using open source tools. Scope includes just efficiently managing transferring the dependencies over the airgap along with an SBOM of the packages being moved across the airgap (#47 covers transfer). It could involve writing a custom tool to facilitate this. It could also involve collating multiple lightweight OSS tools together. Each of the following options should be evaluate based on the criteria for success defined below.
Output of this ticket should be working proof of concept and a followup ADR.
As there are so many different programming languages, this POC will focus on only a few, common ones:
golang
javascript/typescript/npm
python/pypi
Describe the solution you'd like
Any solution that will be picked should be the following:
Performant to the end user (and scalable)
Performant to transfer. The less of a heavy lift this process is the less difficult it will be to do multiple times/regularly
Sustainable
Have little to no impact of provenance, interaction with the repositories with package managers, etc
Positive UX
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is a proof of concept of different ways we can manage dependencies for software development in an airgapped environment focused on using open source tools. Scope includes just efficiently managing transferring the dependencies over the airgap along with an SBOM of the packages being moved across the airgap (#47 covers transfer). It could involve writing a custom tool to facilitate this. It could also involve collating multiple lightweight OSS tools together. Each of the following options should be evaluate based on the criteria for success defined below.
Output of this ticket should be working proof of concept and a followup ADR.
As there are so many different programming languages, this POC will focus on only a few, common ones:
Describe the solution you'd like
Any solution that will be picked should be the following:
The text was updated successfully, but these errors were encountered: