Skip to content

Zarf package inspect unnecessarily pulls down package #3572

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

Open
zachariahmiller opened this issue Mar 13, 2025 · 0 comments · May be fixed by #3679
Open

Zarf package inspect unnecessarily pulls down package #3572

zachariahmiller opened this issue Mar 13, 2025 · 0 comments · May be fixed by #3679
Assignees

Comments

@zachariahmiller
Copy link
Contributor

zachariahmiller commented Mar 13, 2025

Environment

Device and OS:
N/A
App version:
0.48.1
Kubernetes distro being used:
N/A
Other:
Expected behavior observed in zarf version 0.32.2

Steps to reproduce

  1. Run zarf apckage inspect against a package stored in OCI For example:
    zarf package inspect oci://ghcr.io/defenseunicorns/packages/uds/gitlab:17.9.1-uds.1-upstream

Expected result

zarf displays the package config without downloading the entire package

Actual Result

zarf pulls the entire package locally and then displays the pacakge config

Visual Proof (screenshots, videos, text, etc)

Actual behavior:

Image

Note: The above screenshot shows 0.46.0, but i also tested against 0.48.1 and the behavior is the same.

Expected behavior:

Image

Severity/Priority

Medium

Additional Context

This is a regression from the expected behavior, which makes these commands far less usable as packages can be very large so getting the output of the command can take several minutes rather than a couple seconds. Unsure the exact zarf version where the behavior changed. The issue impacts all of the inspect commands including retrieving the sboms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
2 participants