summaryrefslogtreecommitdiffstats
path: root/build/extract.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/extract.sh')
-rw-r--r--build/extract.sh2
1 files changed, 1 insertions, 1 deletions
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 <astra|ccpi|ufo|tomo|imageX>"; exit 1; }
-container=$(buildah from localhost/${image})
+container=$(buildah from ${image})
path=$(buildah mount $container)
mkdir -p ../repos/
cp -ra "$path/ccpi/repos"/* ../repos/