Benjamin MENANT
Benjamin MENANT
Your app is great! I've been struggling so much typing my not-so-long password again and again... As of today, I got a much stronger encryption passphrase and a nicer password...
/kind bug **Description** When saving an image with the `containers.podman.podman_save` module, the task will return a changed=False status on the first run, even though a new file is created. Subsequent...
Saved images are always changed (checksum varies) when forced (i.e. removed then re-saved). Test case added. Fixes #826
Skip empty volume items with `podman image build`: ```yaml - containers.podman.podman_image: name: myimage path: /tmp/myimage build: volume: - "{{ '/tmp/whatever:/mnt/whatever' if false }}" # results in "" (empty string), which...
/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 ```yaml - containers.podman.podman_image: name: my-image path: "[email protected]:bmenant/repo-with-containerfile.git" state: build ```
### Pre-Checks - [x] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/next/CODE_OF_CONDUCT.md). - [x] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/next/CONTRIBUTING.md). - [x] Read the [docs](https://fakerjs.dev/guide). - [x] Check that there isn't [already an issue](https://github.com/faker-js/faker/issues) that...
**Describe your system** * `odbc` Package Version: 2.4.9 * ODBC Driver: N/A * Database Name: N/A * Database Version: N/A * Database OS: N/A * Node.js Version: 22.18.0 * Node.js...
### Feature request description On a Linux host, some Podman commands open ssh connections to remote machines, notably: [podman_system_connection](https://docs.podman.io/en/latest/markdown/podman-system-connection.1.html), [podman_farm](https://docs.podman.io/en/latest/markdown/podman-farm.1.html), [podman_machine](https://docs.podman.io/en/latest/markdown/podman-machine.1.html) and [podman_image_scp](https://docs.podman.io/en/latest/markdown/podman-image-scp.1.html) to name a few. However, beside `--identity`...