ansible-podman-collections icon indicating copy to clipboard operation
ansible-podman-collections copied to clipboard

Support git repository contexts with `podman_image` build

Open bmenant opened this issue 6 months ago • 0 comments

/kind feature

Description

Being able to use a git repository as a path (build context) when building images.

https://docs.podman.io/en/latest/markdown/podman-build.1.html#building-an-image-using-a-git-repository

- containers.podman.podman_image:
    name: my-image
    path: "[email protected]:bmenant/repo-with-containerfile.git"
    state: build

bmenant avatar Aug 21 '24 08:08 bmenant