zarf icon indicating copy to clipboard operation
zarf copied to clipboard

When publishing a package from a tarball the resulting oci image is tagged incorrectly

Open willejs-ec opened this issue 10 months ago • 1 comments

Environment

Device and OS: Linux App version: 0.33.0 Kubernetes distro being used: Other:

Steps to reproduce

  1. zarf package build
  2. 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.

willejs-ec avatar Apr 22 '24 08:04 willejs-ec

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

AustinAbro321 avatar Apr 22 '24 11:04 AustinAbro321

@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

lucasrod16 avatar Jun 17 '24 19:06 lucasrod16