Create the scaffolding for working with Podman#96
Draft
pipex wants to merge 4 commits into
Draft
Conversation
7ece6b0 to
58150b6
Compare
86bed99 to
e6436c0
Compare
5690974 to
60bbe16
Compare
The helios-podman crate creates a proxy for some of the oci types. When enabled, the crate replaces helios-oci in the helios-state crate. The operations in this crate will perform podman specific actions, like creating/updating/removing quadlets and interacting with services via systemd instead of via the engine. Change-type: patch
87538fc to
d5aacde
Compare
The project https://github.com/containers/podlet already implements types and serializations to quadlet. However it is a binary crate. This takes the necesssary code from that project to perform conversions from local types to quadlet files. Change-type: patch
These are needed for managing quadlets Change-type: patch
When podman with quadlet support is detected it will create quadlets and use the systemd dbus API to control containers. - Create container quadlet if using podman - Add support for stop/remove using quadlets - Add podman support for container start - Call systemd daemon-reload when finishing a release - Add volume/network podman support with quadlets Change-type: patch
e654fa1 to
a48d94d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The helios-podman crate creates a proxy for some of the oci types. When enabled, the crate replaces helios-oci in the helios-state crate.
The operations in this crate will perform podman specific actions, like creating/updating/removing quadlets and interacting with services via systemd instead of via the engine.
Change-type: patch