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

Support imageFile in Podman module #6228

Open
billy4479 opened this issue Dec 23, 2024 · 3 comments
Open

Support imageFile in Podman module #6228

billy4479 opened this issue Dec 23, 2024 · 3 comments
Assignees

Comments

@billy4479
Copy link

Description

In the NixOS module for oci-containers it is possible to specify an imageFile for each container, it would be nice to have a similar option for home-manager podman module as well, something like

services.podman.containers.my-container = {
  # ...
  imageFile = pkgs.dockerTools.buildImage {...};
  # ...
};

Thank you!

@bamhm182
Copy link
Contributor

bamhm182 commented Dec 31, 2024

I have added support for Build, Image, and Volume quadlets in this PR, but it hasn't been merged yet.

When creating issue, please CC the maintainers so we get a notification and actually see the issue. Otherwise, it just a coincidence that we see it until someone else CC's us.

@n-hass

@billy4479
Copy link
Author

Oops, sorry, this is my first time creating an issue in a nix related project, my bad. Also I couldn't find your PR when I searched before opening this issue, sorry again. Feel free to close whenever.

@bamhm182
Copy link
Contributor

bamhm182 commented Jan 5, 2025

All good! Just wanted to point out that CC'ing helps you get the people who need to look at it in the convo. I believe you have the ability to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants