Amichai Ben Ami
01/10/2022, 3:45 PMstorage = flows_storage(registry_url, image_name, tag)
storage = Docker(
dockerfile="Dockerfile",
image_tag=tag,
registry_url=registry_url,
image_name=image_name,
)
storage.build(push=False)
traceback in the Thread attached.
any idea?
maybe timeout?
Anyway to increase timeout?
ThanksKevin Kho
Amichai Ben Ami
01/11/2022, 7:22 AMdocker ps.
it is only docker build
which is not working.Amichai Ben Ami
01/11/2022, 7:23 AMTraceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/site-packages/urllib3/connectionpool.py", line 710, in urlopen
chunked=chunked,
File "/opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/http/client.py", line 1252, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/http/client.py", line 1298, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/http/client.py", line 1247, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/http/client.py", line 1065, in _send_output
self.send(chunk)
File "/opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/http/client.py", line 987, in send
self.sock.sendall(data)
ConnectionResetError: [Errno 104] Connection reset by peer
Anna Geller
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.
Powered by