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
Bundle fails to create due to expecting a different path. Note:
ERROR: failed to create bundle: open <some-path-here>/zarf-package-zarf-init-arm64-0.44.0.tar.zst: no such file or directory
Whereas zarf init packages end up locally without the zarf-package prefix.
Severity/Priority
Low, this is unlikely to be something that people are doing, but could be hit with custom init packages if not desiring to publish them in a registry. Easy workaround to move/rename the file.
Additional Context
CLI just makes the assumption that local packages have zarf-package- as the prefix, possibly should also just check for zarf-init (I think the file is guaranteed to be named this for init packages, but worth confirming).
The text was updated successfully, but these errors were encountered:
Environment
Device and OS: macOS
App version: 0.19.2
Kubernetes distro being used: N/A
Steps to reproduce
zarf tools download-init
).Expected result
Bundle creates successfully.
Actual Result
Bundle fails to create due to expecting a different path. Note:
Whereas zarf init packages end up locally without the
zarf-package
prefix.Severity/Priority
Low, this is unlikely to be something that people are doing, but could be hit with custom init packages if not desiring to publish them in a registry. Easy workaround to move/rename the file.
Additional Context
CLI just makes the assumption that local packages have
zarf-package-
as the prefix, possibly should also just check forzarf-init
(I think the file is guaranteed to be named this for init packages, but worth confirming).The text was updated successfully, but these errors were encountered: