| 9 Feb 2024 |
treed | Although I'm not sure how to get that into podman declaratively | 01:57:27 |
pgibson | Okay thanks I'll give it a go - appreciate your help | 01:57:49 |
treed | Looks like you might be able to use a bit like in https://nixos.wiki/wiki/Podman | 01:58:08 |
treed | but instead of image = whatever, you'd want imageFile = dockerImages.site1 | 01:58:36 |
treed | I think that might do it | 01:58:48 |
pgibson | I think I recall seeing other people pushing the images to the Docker registry so they could then use the registry url in the Podman service, but hoping to avoid that if possible | 01:58:52 |
treed | Depending on exactly how podman load works I guess | 01:59:14 |
treed | But it's certainly where I'd start | 01:59:28 |
pgibson | Yeah that's working, thanks again treed . You still need to specify image = "the-actual-image-name" as well as imageFile = someDockerImage.dockerImages.site1 | 02:54:54 |
treed | Oh, interesting. | 02:55:14 |
treed | Glad to help! | 02:55:45 |
pgibson | And not sure what happens if image = doesn't match - maybe it will run a separate image pulled from docker hub instead | 02:56:07 |
treed | Do oci images have a notion of a name internally? | 03:00:09 |
treed | oh yes you're right | 03:00:30 |