Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717748 - app-containers/podman-compose - a script to run docker-compose.yml using podman
Summary: app-containers/podman-compose - a script to run docker-compose.yml using podman
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 6 votes (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on: 856940
Blocks:
  Show dependency tree
 
Reported: 2020-04-16 19:36 UTC by Dennis Schridde
Modified: 2024-03-25 11:31 UTC (History)
13 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
podman-compose ebuild from my overlay, for usage inside the gentoo portage tree (podman-compose-0.1.5.ebuild,579 bytes, text/plain)
2020-05-26 09:26 UTC, Nils Freydank
Details
podman-compose 1.0.6, python 3_10 and 3_11 (podman-compose-1.0.6.ebuild,582 bytes, text/plain)
2023-05-10 17:21 UTC, bugg.gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2020-04-16 19:36:49 UTC
It would be nice to have podman-compose in Gentoo, as an alternative to docker-compose, using app-emulation/podman instead of app-emulation/docker.  It is a Python script installable from PyPI using `pip`.

DESCRIPTION="a script to run docker-compose.yml using podman"
HOMEPAGE="https://github.com/containers/podman-compose"
Comment 1 Nils Freydank 2020-05-26 09:26:18 UTC
Created attachment 641916 [details]
podman-compose ebuild from my overlay, for usage inside the gentoo portage tree
Comment 2 Rahil Bhimjiani 2023-02-18 15:12:35 UTC
Need this for complete podman stack
Comment 3 bugg.gentoo 2023-05-10 17:21:09 UTC
Created attachment 861458 [details]
podman-compose 1.0.6, python 3_10 and 3_11

I would also love to see podman-compose as part of an official repo. I've attached my current podman-compose ebuild, perhaps it will be of use to somone.
Comment 4 Rahil Bhimjiani 2023-05-19 23:33:03 UTC
Our (Gentoo) podman stack is often lagging behind. This is a trivial software that should be in official repos. Are there that few amount of users who use podman on day-to-day basis? This makes me wanna learn python and start contributing to maintain such stacks
Comment 5 Willy Gardiol 2024-02-05 12:04:33 UTC
I am using podman as a better docker replacement and i also would find this very useful in portage.

I am currently using this ebuile posted here https://bugs.gentoo.org/attachment.cgi?id=861458 and works fine.