From f33bcbf3c0839c6bebb63141ff3d520b41084183 Mon Sep 17 00:00:00 2001 From: Matin Dehghani Date: Sun, 26 Jun 2022 01:07:34 +0200 Subject: More fine-grained image management (e.g. allow to get prebuilt images from other user and adapt ids inside with change-user.sh script) --- build/extract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/extract.sh') diff --git a/build/extract.sh b/build/extract.sh index 17c6e3f..90793d5 100644 --- a/build/extract.sh +++ b/build/extract.sh @@ -6,7 +6,7 @@ image="$1" [ -n "$image" ] || { echo "Usage: $0 "; exit 1; } -container=$(buildah from localhost/${image}) +container=$(buildah from ${image}) path=$(buildah mount $container) mkdir -p ../repos/ cp -ra "$path/ccpi/repos"/* ../repos/ -- cgit v1.2.3