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
The command hauler store copy copies the entire store content, including files that are not OCI resources. There are no available options to filter the type of resources to copy (e.g., --image, --chart).
Steps to Reproduce:
Add a file to the store:
hauler store add file registry.tar --name install/local/registry.tar
Environmental Info:
Hauler Version:
Describe the Bug:
hauler store copy
copies the entire store content, including files that are not OCI resources. There are no available options to filter the type of resources to copy (e.g.,--image
,--chart
).Steps to Reproduce:
hauler store add file registry.tar --name install/local/registry.tar
Display store information:
hauler store info
Output:
Copy the store to a registry:
hauler store copy registry://registry.lab.local:5000
Output:
podman search registry.lab.local:5000/
Output:
Expected Behavior:
Actual Behavior:
Additional Context:
The text was updated successfully, but these errors were encountered: