This is a bundle created using uds-cli. uds-cli is a tool to declaratively orchestrate zarf packages by combining them into bundles.
This is the early stages of a UDS Bundle we call the UDS Software Factory. This UDS Bundle brings together a collection of necessary Zarf packages as well as UDS Capabilities and the development version of their dependency packages. The development dependency packages are only meant to satisfy the UDS Capability's dependencies for demonstration purposes. This UDS Bundle is not intended for a production environment.
Known Issues
Zarf must be installed and on your path for the bundle to deploy successfully. This is due to how actions that call ./zarf work currently. Issue is here
Zarf Packages and UDS Capabilities contained in this UDS Bundle
Ensure the machine you are using has a valid kubecontext and has access to a sufficiently large cluster
Ensure uds-cli is present on your machine by running uds version and verify it matches the version in the makefile
Run uds deploy oci://ghcr.io/defenseunicorns/uds-package/software-factory-demo:<swf-version> --confirm and replace <swf-version> with the version of SWF you need
Package teststructure is customized test-structure code based on https://github.com/gruntwork-io/terratest/tree/5913a2925623d3998841cb25de7b26731af9ab13 that fixes the issue identified in https://github.com/gruntwork-io/terratest/issues/1135
Package teststructure is customized test-structure code based on https://github.com/gruntwork-io/terratest/tree/5913a2925623d3998841cb25de7b26731af9ab13 that fixes the issue identified in https://github.com/gruntwork-io/terratest/issues/1135