Skip to content

Commit 0191bbd

Browse files
author
Matthew Fisher
committed
fix(builder): use docker import instead with cedarish
1 parent d72765d commit 0191bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • builder/image/bin

builder/image/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ done
6666
# see https://github.com/deis/deis/issues/1027
6767
if ! docker history progrium/cedarish >/dev/null 2>/dev/null ; then
6868
echo "Loading cedarish..."
69-
gzip -dc /progrium_cedarish.tar.gz | docker load
69+
cat /progrium_cedarish.tar.gz | docker import - progrium/cedarish
7070
else
7171
echo "Cedarish already loaded"
7272
fi

0 commit comments

Comments
 (0)