Created
May 20, 2016 14:46
-
-
Save derekwaynecarr/06b06282f54a9dd20052a911e791c333 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make quick-release | |
KUBE_RELEASE_RUN_TESTS=n KUBE_FASTBUILD=true build/release.sh | |
+++ [0520 10:39:58] Verifying Prerequisites.... | |
+++ [0520 10:40:09] Building Docker image kube-build:build-cf8a5b7dca. | |
+++ [0520 10:40:29] Running build command.... | |
Error: No such image or container: kube-build-data-cf8a5b7dca | |
+++ [0520 10:40:29] Creating data container | |
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning. | |
Error response from daemon: no such file or directory | |
!!! Error in build/../build/common.sh:605 | |
'"${docker_cmd[@]}" "$@"' exited with status 1 | |
Call stack: | |
1: build/../build/common.sh:605 kube::build::run_build_command(...) | |
2: build/release.sh:33 main(...) | |
Exiting with status 1 | |
Makefile:146: recipe for target 'quick-release' failed | |
make: *** [quick-release] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment