This file contains 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
ssh dial tcp:%s:%d, config: %v129.41.144.16122 &{{<nil> 0 [] [] []} ibmcloud [0x786990] <nil> } | |
Creating new session... | |
ssh defer session close... | |
ssh: calling session.Run()... | |
Running command: %sDEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y curl | |
ssh dial tcp:%s:%d, config: %v129.41.144.16122 &{{<nil> 0 [] [] []} ibmcloud [0x786990] <nil> } | |
Creating new session... | |
ssh defer session close... | |
ssh: calling session.Run()... | |
Error creating machine: Process exited with: 100. Reason was: () |
This file contains 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
diff --git a/drivers/exoscale/exoscale.go b/drivers/exoscale/exoscale.go | |
index 5a62d3c..d4e2f4c 100644 | |
--- a/drivers/exoscale/exoscale.go | |
+++ b/drivers/exoscale/exoscale.go | |
@@ -438,7 +438,7 @@ func (d *Driver) waitForJob(client *egoscale.Client, jobid string) error { | |
log.Infof("Waiting for job to complete...") | |
return utils.WaitForSpecificOrError(func() (bool, error) { | |
return d.jobIsDone(client, jobid) | |
- }, 60, 2*time.Second) | |
+ }, 60, 2*time.Second, "") |
This file contains 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
diff --git a/drivers/exoscale/exoscale.go b/drivers/exoscale/exoscale.go | |
index 5a62d3c..d4e2f4c 100644 | |
--- a/drivers/exoscale/exoscale.go | |
+++ b/drivers/exoscale/exoscale.go | |
@@ -438,7 +438,7 @@ func (d *Driver) waitForJob(client *egoscale.Client, jobid string) error { | |
log.Infof("Waiting for job to complete...") | |
return utils.WaitForSpecificOrError(func() (bool, error) { | |
return d.jobIsDone(client, jobid) | |
- }, 60, 2*time.Second) | |
+ }, 60, 2*time.Second, "") |
This file contains 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
diff --git a/hack/make/.integration-daemon-stop b/hack/make/.integration-daemon-stop | |
index 364490b..0c9ecab 100644 | |
--- a/hack/make/.integration-daemon-stop | |
+++ b/hack/make/.integration-daemon-stop | |
@@ -12,10 +12,11 @@ done | |
if [ -z "$DOCKER_TEST_HOST" ]; then | |
# Stop apparmor if it is enabled | |
- if [ "$(cat /sys/module/apparmor/parameters/enabled)" == "Y" ]; then | |
- ( |
This file contains 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
---> Making bundle: .integration-daemon-start (in bundles/1.9.1/test-integration-cli) | |
+++ /etc/init.d/apparmor start | |
* Starting AppArmor profiles | |
...done. | |
+++ exec docker daemon --debug --host unix:///go/src/github.com/docker/docker/bundles/1.9.1/test-integration-cli/docker.sock --storage-driver vfs --exec-driver native --pidfile bundles/1.9.1/test-integration-cli/docker.pid --userland-proxy=true | |
---> Making bundle: .integration-daemon-setup (in bundles/1.9.1/test-integration-cli) | |
---> Making bundle: .ensure-emptyfs (in bundles/1.9.1/test-integration-cli) | |
++++ tar -cC bundles/1.9.1/test-integration-cli/emptyfs . | |
++++ docker load | |
---> Making bundle: .ensure-frozen-images (in bundles/1.9.1/test-integration-cli) |
This file contains 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
# WARNING! I don't seem to be running in the Docker container. | |
# The result of this command might be an incorrect build, and will not be | |
# officially supported. | |
# | |
# Try this instead: make all | |
# | |
bundles/1.8.3 already exists. Removing. | |
---> Making bundle: binary (in bundles/1.8.3/binary) |
This file contains 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
---> Making bundle: .integration-daemon-start (in bundles/1.9.1/test-integration-cli) | |
+++ /etc/init.d/apparmor start | |
Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin | |
. | |
+++ exec docker daemon --debug --host unix:///go/src/github.com/docker/docker/bundles/1.9.1/test-integration-cli/docker.sock --storage-driver vfs --exec-driver native --pidfile bundles/1.9.1/test-integration-cli/docker.pid --userland-proxy=true | |
---> Making bundle: .integration-daemon-setup (in bundles/1.9.1/test-integration-cli) | |
---> Making bundle: .ensure-emptyfs (in bundles/1.9.1/test-integration-cli) | |
++++ tar -cC bundles/1.9.1/test-integration-cli/emptyfs . | |
++++ docker load | |
---> Making bundle: .ensure-frozen-images (in bundles/1.9.1/test-integration-cli) |
This file contains 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
#!/bin/sh | |
set -e | |
# | |
# This script is meant for quick & easy install via: | |
# 'curl -sSL https://get.docker.com/ | sh' | |
# or: | |
# 'wget -qO- https://get.docker.com/ | sh' | |
# | |
# For test builds (ie. release candidates): | |
# 'curl -fsSL https://test.docker.com/ | sh' |
This file contains 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
image: clnperez/hello-world:latest | |
manifests: | |
- | |
image: ppc64le/hello-world:latest | |
- | |
image: hello-world:latest | |
- | |
image: armhf/hello-world | |
platform: | |
os: linux |
This file contains 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
# GENERATED FILE. Use with Kubernetes 1.7+ | |
# TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh | |
################################ | |
# Istio system namespace | |
################################ | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: istio-system | |
--- |
OlderNewer