* [bug#67935] [PATCH] gnu: containers: Add podman-compose.
@ 2023-12-20 16:20 Daniel Ziltener via Guix-patches via
2024-01-26 15:31 ` [bug#67935] GNU Debbugs <control@debbugs.gnu.org> Daniel Ziltener via Guix-patches via
2024-03-14 10:52 ` Daniel Ziltener via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-20 16:20 UTC (permalink / raw)
To: 67935; +Cc: dziltener
---
gnu/packages/containers.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a3aa9ac1db..ccc428b3d6 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -32,6 +32,7 @@ (define-module (gnu packages containers)
#:use-module (guix build-system gnu)
#:use-module (guix build-system go)
#:use-module (guix build-system meson)
+ #:use-module (guix build-system pyproject)
#:use-module (guix utils)
#:use-module (gnu packages admin)
#:use-module (gnu packages autotools)
@@ -401,6 +402,29 @@ (define-public podman
containers.")
(license license:asl2.0)))
+(define-public podman-compose
+ (package
+ (name "podman-compose")
+ (version "1.0.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/containers/podman-compose.git")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "11dwpifkm20vyi6r3fgmiiqc01mpm4r8l0p5gfh0bawi2gklrhsf"))))
+ (propagated-inputs
+ (list python-pyyaml
+ python-dotenv))
+ (build-system pyproject-build-system)
+ (home-page "https://github.com/containers/podman-compose")
+ (synopsis "a script to run docker-compose.yml using podman")
+ (description "An implementation of Compose Spec with Podman backend, to
+allow you to run docker-compose.yml files with Podman.")
+ (license license:gpl2)))
+
(define-public buildah
(package
(name "buildah")
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67935] GNU Debbugs <control@debbugs.gnu.org>
2023-12-20 16:20 [bug#67935] [PATCH] gnu: containers: Add podman-compose Daniel Ziltener via Guix-patches via
@ 2024-01-26 15:31 ` Daniel Ziltener via Guix-patches via
2024-03-14 10:52 ` Daniel Ziltener via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-01-26 15:31 UTC (permalink / raw)
To: 67935
close 67935
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#67935] GNU Debbugs <control@debbugs.gnu.org>
2023-12-20 16:20 [bug#67935] [PATCH] gnu: containers: Add podman-compose Daniel Ziltener via Guix-patches via
2024-01-26 15:31 ` [bug#67935] GNU Debbugs <control@debbugs.gnu.org> Daniel Ziltener via Guix-patches via
@ 2024-03-14 10:52 ` Daniel Ziltener via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-14 10:52 UTC (permalink / raw)
To: 67935
close 67935
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-14 10:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 16:20 [bug#67935] [PATCH] gnu: containers: Add podman-compose Daniel Ziltener via Guix-patches via
2024-01-26 15:31 ` [bug#67935] GNU Debbugs <control@debbugs.gnu.org> Daniel Ziltener via Guix-patches via
2024-03-14 10:52 ` Daniel Ziltener via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).