Dan Clark
Dan Clark
I'm running Microshift on an AWS snowcone. Like all ec2 instances it has its own internal IP addresses, which microshift knows about when installing, and a public IP associated to...
To add more detail, if the image name contains a '/', which is what the regex code is looking for, then it will always try to push to the registry,...
I haven't tested how this might effect every other permutation of this module but you can get the save function to work as expected pretty easily. I've attached a patch...
@sshnaidm Sure, I'll submit a PR today.
PR submitted https://github.com/containers/ansible-podman-collections/pull/294
@ocafebabe I was focused on the docker-archive transport in my use case but looking at the code again, there doesn't appear to be anything that handles the dir or oci-dir...
The more I look at this module the more dreadful it is to untangle. - The task supports a transport called "dir" there is no transport called dir with podman....
For me the question is, why is there a podman save and a podman push command? The man pages sure make it seem like podman push includes everything that podman...
@ocafebabe I think @sshnaidm just created that module. I don't think any work has been merged into it and I doubt anything from it has been merged into the actual...
@rhatdan I think what I was try to get at was that there seems to be almost complete overlap in functionality between the CLI podman push and podman save. Meaning...