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

pull meta data with squashfs #41

Merged
merged 8 commits into from
Aug 20, 2024
Merged

pull meta data with squashfs #41

merged 8 commits into from
Aug 20, 2024

Conversation

bcumming
Copy link
Member

Pull the image meta data (if it exists) when pulling a uenv image.

Currently, the following call downloads a squashfs file from the site registry, and stores it in a path that matches the image hash:

uenv image pull prgenv-gnu

This update also downloads the meta data, and stores it (uncompressed) in a path called meta, alongside the squashfs file.

Copy link
Member

@simonpintarelli simonpintarelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. Images for which only metadata has been pulled are listed without a note in uenv image ls. It might confuse some users when attempting to run uenv start on an image which only has metadata locally.

@bcumming bcumming merged commit 2deb16e into master Aug 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants