2 commits - container/buildcontainers.sh

Matthew Miller mattdm at fedoraproject.org
Wed Sep 25 00:17:46 UTC 2013


 container/buildcontainers.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 93a5ed02f80507b2e730d4dfb66e219d7d1c64e2
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Tue Sep 24 20:17:26 2013 -0400

    this would work a lot better if I actually included the "docker" command

diff --git a/container/buildcontainers.sh b/container/buildcontainers.sh
index 98f15a3..90e3d49 100755
--- a/container/buildcontainers.sh
+++ b/container/buildcontainers.sh
@@ -5,6 +5,6 @@ for ver in 19 20; do
      -o /tmp/f$ver$size --name "fedora-$ver-$size" --release $ver \
      --format=qcow2 && 
   virt-tar-out -a /tmp/f$ver$size/fedora-$ver-$size/fedora-$ver-$size-sda.qcow2 / - |
-  import - fedora$ver-$size
+  docker import - fedora$ver-$size
 done
 done


commit a16b4d58587733901e56601a2e9519cfa5d234da
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Tue Sep 24 20:10:24 2013 -0400

    bash -x for my kludgy script

diff --git a/container/buildcontainers.sh b/container/buildcontainers.sh
index 7321026..98f15a3 100755
--- a/container/buildcontainers.sh
+++ b/container/buildcontainers.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -x
 for size in small medium; do
 for ver in 19 20; do
   appliance-creator -c container-$size-$ver.ks -d -v -t /tmp \




More information about the cloud mailing list