Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
willejs-ec opened this issue Apr 22, 2024 · 1 comment

Comments

@willejs-ec
Copy link

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.

@AustinAbro321
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: New
Development

No branches or pull requests

2 participants