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
Describe what should be investigated or refactored
src/pkg/packager/publish.go has a generateManifestConfig function that could be modified. In essence it creates a OCI compliant Image Manifest Config when pushing Zarf packages as OCI Images. This config is not used and is pretty pointless (but is a requirement to create image manifests). If we wanted to consume this config and use it for Zarf things, it would need to be expanded and fleshed out.
Describe what should be investigated or refactored
src/pkg/packager/publish.go
has agenerateManifestConfig
function that could be modified. In essence it creates a OCI compliant Image Manifest Config when pushing Zarf packages as OCI Images. This config is not used and is pretty pointless (but is a requirement to create image manifests). If we wanted to consume this config and use it for Zarf things, it would need to be expanded and fleshed out.Links to any relevant code
#1423 (comment)
Additional context
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered: