-
Notifications
You must be signed in to change notification settings - Fork 241
Closed as not planned
Closed as not planned
Copy link
Labels
enhancement ✨New feature or requestNew feature or requestgood first issue 🥇Good for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Currently images in Image Archives do not show up in zarf dev find-images. Assuming there is a valid path to a tar file, Zarf should show all of the images in it in the output of zarf dev find-images.
Describe the behavior you'd like
- Given a component with an image archive. The image archive was made with the image kiwix-data:local
- name: kiwix-serve
imageArchives:
- path: kiwix-data.tar- When I run
zarf dev find-images - Then I receive an output that looks like this:
components:
- name: kiwix-serve
imageArchives:
- path: kiwix-data.tar
images:
- kiwix-data:local
Additional context
The implementor of this will run into a problem where imageArchives.images is required by the schema. In order to achieve this we may have to arbitrarily set the images field if it empty before loading the definition in packager.FindImages()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancement ✨New feature or requestNew feature or requestgood first issue 🥇Good for newcomersGood for newcomers
Type
Projects
Status
Done