Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream: package/{conmon,podman} #28

Open
wants to merge 2 commits into
base: upstream-master
Choose a base branch
from
Open

Conversation

@paralin paralin force-pushed the add-podman branch 2 times, most recently from 5fabdc6 to dd93066 Compare May 12, 2023 01:25
@paralin
Copy link
Collaborator Author

paralin commented May 12, 2023

v2 -> v3:

  • remove duplicate CNI_PLUGINS line in Config.in
  • drop old unnecessary build tags:
    • btrfs_noversion: not needed for btrfs >= 3.16.1
    • containers_image_openpgp: no longer supported
  • Added myself to DEVELOPERS list
  • Added conmon -> libglib2 depends statements
  • Dropped CATATONIT select statement
  • Added CGROUPFS_MOUNT dependency if not using systemd

@paralin paralin changed the title Conmon and Podman to upstream Upstream: package/{conmon,podman} May 12, 2023
Conmon is an OCI container runtime monitor.

https://github.com/containers/conmon

Dependency of podman.

Signed-off-by: Christian Stewart <christian@aperture.us>

---

v1 -> v2:

 - requires libglib2, host-pkgconf
 - bump version to 2.1.7

v2 -> v3:

 - Added select BR2_PACKAGE_LIBGLIB2
 - Inverted CONMON_ENABLE_SECCOMP to CONMON_DISABLE_SECCOMP
 - Thanks to Joachim for the review.

Signed-off-by: Christian Stewart <christian@aperture.us>
podman is a CLI tool for spawning and running containers according to the OCI
specification.

https://github.com/containers/podman

Signed-off-by: Christian Stewart <christian@aperture.us>

---

v1 -> v2:

 - package/podman: bump version to v4.5.0
 - Add cmd/quadlet target as required by the install script.

v2 -> v3:

 - remove duplicate CNI_PLUGINS line in Config.in
 - drop old unnecessary build tags:
   - btrfs_noversion: not needed for btrfs >= 3.16.1
   - containers_image_openpgp: no longer supported
   - exclude_graphdriver_devicemapper: set later in the file
 - Added myself to DEVELOPERS list
 - Added conmon -> libglib2 depends statements
 - Dropped CATATONIT select statement
 - Added CGROUPFS_MOUNT dependency if not using systemd
 - Thanks to Joachim for the review.

Signed-off-by: Christian Stewart <christian@aperture.us>
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.

None yet

1 participant