This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Description
I starting playing with draft today. During the learning process I ran into one event that may be a bug.
Ubuntu 16.10
Helm 2.4.1
Draft Canary (18784fd)
After running draft init and then draft init --set --upgrade to set the config items (I later learned I had set the wrong token for docker.io) I got this output:
~/go/src/github.com/Azure/draft/examples/python on master! :watch: 17:49:18
$ draft up
--> Building Dockerfile
Step 1 : FROM python:onbuild
onbuild: Pulling from library/python
ef0380f84d05: Pulling fs layer
24c170465c65: Pulling fs layer
4f38f9d5c3c0: Pulling fs layer
4125326b53d8: Pulling fs layer
35de80d77198: Pulling fs layer
ea2eeab506f8: Pulling fs layer
1c7da8f3172e: Pulling fs layer
e30a226be67a: Pulling fs layer
d91897da0dfd: Pulling fs layer
4125326b53d8: Waiting
35de80d77198: Waiting
ea2eeab506f8: Waiting
1c7da8f3172e: Waiting
e30a226be67a: Waiting
d91897da0dfd: Waiting
24c170465c65: Verifying Checksum
24c170465c65: Download complete
ef0380f84d05: Verifying Checksum
ef0380f84d05: Download complete
35de80d77198: Verifying Checksum
Watching local files for changes...
The part that I expected but was missing is:
Error encountered streaming JSON response: unauthorized: authentication required
Watching local files for changes...
I was unable to recreate this problem.