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

Use custom registry for the podman pilot #50

Merged
merged 1 commit into from
Nov 23, 2024
Merged

Use custom registry for the podman pilot #50

merged 1 commit into from
Nov 23, 2024

Conversation

schaefi
Copy link
Contributor

@schaefi schaefi commented Nov 22, 2024

Use podman in a way that it references a custom registry only for the flakes and independent of any other registry setup on the system. This Fixes #48

@schaefi schaefi self-assigned this Nov 22, 2024
Use podman in a way that it references a custom registry
only for the flakes and independent of any other registry
setup on the system. This Fixes #48
@@ -25,3 +25,5 @@ pub const FLAKES_CONFIG: &str = "/etc/flakes.yml";
pub const FLAKES_DIR: &str = "/usr/share/flakes";
pub const PODMAN_IDS_DIR: &str = "/tmp/flakes";
pub const FIRECRACKER_IDS_DIR: &str = "/tmp/flakes";
pub const FLAKES_STORAGE: &str = "/etc/flakes/storage.conf";
pub const FLAKES_REGISTRY: &str = "/usr/share/flakes/storage";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will make this path configurable in a followup PR

@schaefi schaefi merged commit d8f1216 into main Nov 23, 2024
7 checks passed
@schaefi schaefi deleted the flake_registry branch November 23, 2024 17:24
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.

Support handling of a share system registry
1 participant