diff --git a/.circleci/config.yml b/.circleci/config.yml index 77dc08c..bdf3c24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,11 +83,9 @@ image_build: &image_build name: Build images command: | mkdir -p /workspace/images/kube-$KUBE_RUNTIME-$KUBE_NETWORK - df -h . - # KUBE_FORMATS="iso-efi iso-bios" times out or fails for larger docker images. - # Just do tar for now. + # KUBE_FORMATS="iso-efi iso-bios" are much slower (especially for RUNTIME=docker) to build than tar. + # So for now just build tar files. make KUBE_FORMATS="tar" master node - #mv kube-master*.iso kube-node*.iso /workspace/images/kube-$KUBE_RUNTIME-$KUBE_NETWORK version: 2 jobs: @@ -106,7 +104,7 @@ jobs: command: | curl -fsSL -o /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz tar xfO /tmp/docker.tgz docker/docker > /workspace/bin/docker - curl -fsSL -o /workspace/bin/linuxkit https://253-46932243-gh.circle-artifacts.com/0/linuxkit-linux-amd64 + curl -fsSL -o /workspace/bin/linuxkit https://362-46932243-gh.circle-artifacts.com/0/linuxkit-linux-amd64 curl -fsSL -o /workspace/bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v0.7.0/manifest-tool-linux-amd64 curl -fsSL -o /workspace/bin/notary https://github.com/theupdateframework/notary/releases/download/v0.4.3/notary-Linux-amd64 @@ -117,7 +115,7 @@ jobs: echo "Checking checksums" sha256sum -c <