mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
podman-compose: initial version
Add podman-compose, a docker-compose implementation for podman. The current version is not feature complete, hence not all docker-compose file work. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
753ca26b41
commit
c65276ef5e
15
recipes-containers/podman-compose_0.1.5.bb
Normal file
15
recipes-containers/podman-compose_0.1.5.bb
Normal file
|
@ -0,0 +1,15 @@
|
|||
DESCRIPTION = "An implementation of docker-compose with podman backend"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
SRC_URI = "git://github.com/containers/podman-compose.git"
|
||||
|
||||
SRCREV = "f008986633879acf3f54848dabbf07cef8e9c68f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-pyyaml-native"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-pyyaml"
|
Loading…
Reference in New Issue
Block a user