zarf
zarf copied to clipboard
When publishing a package from a tarball the resulting oci image is tagged incorrectly
Environment
Device and OS: Linux App version: 0.33.0 Kubernetes distro being used: Other:
Steps to reproduce
- zarf package build
- zarf package publish zarf-package-my-package-amd64-0.0.10.tar.zst oci://some-repo/my-package
Expected result
An oci package oci://some-repo/my-package:0.0.10 is created.
Actual Result
I have a few components in a package, component-a, component-b, component-c etc. It seems like it creates a tag with the name of a component, instead of just the version.
An oci package oci://some-repo/my-package:0.0.10-component-a is created.
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
Add any other context or screenshots about the technical debt here.
I'm having trouble reproducing this, could you give me the metadata.name and metadata.version of the package as well as the terminal output
@willejs-ec I am unable to reproduce as well. Closing this issue but feel free to open a new issue if you encounter this again