[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62153] [PATCH v5 0/5] Add Docker layered image for pack and system
From: |
Oleg Pykhalov |
Subject: |
[bug#62153] [PATCH v5 0/5] Add Docker layered image for pack and system |
Date: |
Tue, 26 Dec 2023 05:15:02 +0300 |
This patch series applies 64173 and for 62153 replaces 'docker-layered-image'
format with '--max-layers=N' option for 'guix pack' and 'guix system image'.
Graham James Addis (1):
guix: pack: Add '--entry-point-argument' option.
Oleg Pykhalov (4):
tests: docker-system: Increase image size.
guix: docker: Build layered images.
guix: pack: Build layered images.
scripts: system: Build layered images.
doc/guix.texi | 40 +++++++-
gnu/image.scm | 4 +
gnu/system/image.scm | 41 +++++---
gnu/tests/docker.scm | 2 +-
guix/docker.scm | 212 +++++++++++++++++++++++++++++++---------
guix/scripts/pack.scm | 80 ++++++++++++---
guix/scripts/system.scm | 28 +++++-
tests/pack.scm | 49 ++++++++++
8 files changed, 379 insertions(+), 77 deletions(-)
base-commit: a4a14ab6d79f6f1f926a82dd50db4655232042b7
--
2.41.0
- [bug#62153] [PATCH v5 0/5] Add Docker layered image for pack and system,
Oleg Pykhalov <=
- [bug#62153] [PATCH 1/5] guix: pack: Add '--entry-point-argument' option., Oleg Pykhalov, 2023/12/25
- [bug#62153] [PATCH 3/5] guix: docker: Build layered images., Oleg Pykhalov, 2023/12/25
- [bug#62153] [PATCH 2/5] tests: docker-system: Increase image size., Oleg Pykhalov, 2023/12/25
- [bug#62153] [PATCH 5/5] scripts: system: Build layered images., Oleg Pykhalov, 2023/12/25
- [bug#62153] [PATCH 4/5] guix: pack: Build layered images., Oleg Pykhalov, 2023/12/25