Skip to content

Add Podman support#53

Merged
pchalamet merged 5 commits intomainfrom
feature/podman-support
Oct 18, 2024
Merged

Add Podman support#53
pchalamet merged 5 commits intomainfrom
feature/podman-support

Conversation

@pchalamet
Copy link
Contributor

Docker has strange behavior regarding ownership on volume:

  • they are owned by docker USER (often root)
  • despite volumes are mapped to non-root user

This poses several problems to get back files on volume. This PR introduces a new container action (@container), with both support for Docker and Podman/Skopeo alonside a flag to indicate which container runtime to use globally (--containertool).

Locally, this means you can use Docker - in CI, it's advised to use --containertool podman as it's more reliable.

@pchalamet pchalamet merged commit 1f29b38 into main Oct 18, 2024
@pchalamet pchalamet deleted the feature/podman-support branch December 14, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant