* [bug#75399] [PATCH] guix: docker: Add history field to config.json.
@ 2025-01-06 11:15 Romain GARBAGE
2025-01-07 18:14 ` bug#75399: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2025-01-06 11:15 UTC (permalink / raw)
To: 75399; +Cc: ludovic.courtes, Romain GARBAGE
* guix/docker.scm (config): Add history field.
Change-Id: If1d4e9e2ce7673588f9016b389e4c67afa7ac119
---
guix/docker.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/guix/docker.scm b/guix/docker.scm
index 1c6f59568f..b33c5824dd 100644
--- a/guix/docker.scm
+++ b/guix/docker.scm
@@ -135,6 +135,11 @@ (define* (config layers-diff-ids time arch #:key entry-point (environment '()))
`((entrypoint . ,(list->vector entry-point)))
'())))
(container_config . #nil)
+ ;; Some container engines such as <https://github.com/cea-hpc/pcocc> require
+ ;; these fields.
+ (history . ,(list->vector `(((created . ,time)
+ (created_by . "guix pack -f docker")
+ (comment . "guix pack")))))
(os . "linux")
(rootfs . ((type . "layers")
(diff_ids . ,(list->vector layers-diff-ids))))))
base-commit: 831b94a1efcea8f793afc949b5123a6235c9bb1a
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#75399: [PATCH] guix: docker: Add history field to config.json.
2025-01-06 11:15 [bug#75399] [PATCH] guix: docker: Add history field to config.json Romain GARBAGE
@ 2025-01-07 18:14 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2025-01-07 18:14 UTC (permalink / raw)
To: Romain GARBAGE; +Cc: 75399-done
Romain GARBAGE <romain.garbage@inria.fr> skribis:
> * guix/docker.scm (config): Add history field.
>
> Change-Id: If1d4e9e2ce7673588f9016b389e4c67afa7ac119
Pushed as e94d35e522aa10ab715b53bce91ed397f59b9bd9, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-07 18:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 11:15 [bug#75399] [PATCH] guix: docker: Add history field to config.json Romain GARBAGE
2025-01-07 18:14 ` bug#75399: " Ludovic Courtès
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).