domino-py-iisas 1.0.14__py3-none-any.whl → 1.0.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
domino/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.14
1
+ 1.0.15
@@ -10,9 +10,13 @@ from rich.console import Console
10
10
 
11
11
  console = Console()
12
12
 
13
+ def create_docker_client():
14
+ return docker.from_env(
15
+ timeout = int(os.environ.get("DOCKER_CLIENT_TIMEOUT", 60))
16
+ )
13
17
 
14
18
  def publish_image(source_image_name: str):
15
- client = docker.from_env()
19
+ client = create_docker_client()
16
20
  print(f"Publishing docker image: {source_image_name}")
17
21
  print(Style.RESET_ALL + Style.DIM, end='')
18
22
  try:
@@ -33,7 +37,7 @@ def build_image_from_tmp_dockerfile(
33
37
  path: str = ".",
34
38
  dockerfile: str = "Dockerfile-tmp"
35
39
  ):
36
- client = docker.from_env()
40
+ client = create_docker_client()
37
41
  try:
38
42
  os.environ["DOCKER_BUILDKIT"] = "1"
39
43
  print(Fore.BLUE + f"Building docker image: {source_image_name}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: domino-py-iisas
3
- Version: 1.0.14
3
+ Version: 1.0.15
4
4
  Summary: Fork of the original Python package for Domino.
5
5
  Author-email: Stefan Dlugolinsky <stefan.dlugolinsky@savba.sk>, Luiz Tauffer <luiz@taufferconsulting.com>, Vinicius Vaz <vinicius@taufferconsulting.com>
6
6
  License:
@@ -1,4 +1,4 @@
1
- domino/VERSION,sha256=TafAeNpokhr_A1hH48JIPDGBG9QBJMyLwCllTViWDCk,6
1
+ domino/VERSION,sha256=xkYTjNh63Mtzbta2P-7-w1MIaWadykwRIrot26y7yvA,6
2
2
  domino/__init__.py,sha256=I3dmIBqKnlYjo-VFCDdA_7YUqsNT-i9QtQqXnV9pW4U,233
3
3
  domino/base_piece.py,sha256=LZE08XqU63Zq_W7G9DuFk8ZEjKNhgSE7pumXBctW9BE,17610
4
4
  domino/logger.py,sha256=08Km3_NmgYH3HrxJjZJWGSmOv7dE5E5xvo9_ZnKut_o,889
@@ -44,7 +44,7 @@ domino/schemas/display_result.py,sha256=j5GAQKk6RWeLPpOhvJHDhd81fqMpMxQpa0TAl4ZL
44
44
  domino/schemas/piece_metadata.py,sha256=GeeHRxUebTY_UCK2UJ0Ae72UI3fzZqMvTF7AQZfk8qQ,1481
45
45
  domino/schemas/shared_storage.py,sha256=fI7zjtPePD_dQ0pc_BC0FcKcPXtMu-LqhXfSFyPozRs,1434
46
46
  domino/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- domino/scripts/build_docker_images_pieces.py,sha256=SwxyBcNqfcGGB9d5Pwsht1VKOSfLaYRwjY5KZS_ZinM,5335
47
+ domino/scripts/build_docker_images_pieces.py,sha256=Hu0qKQ7MSUkIAOVOOvWK61_HzecYi6wrUv5juW_nHws,5474
48
48
  domino/scripts/load_piece.py,sha256=pOwbMEX_hFGkaRdKxN8X8XEMaDB7MR_rXiNPFa6qLlg,1402
49
49
  domino/scripts/run_piece_docker.py,sha256=2DcfnjhkgzwR9hqVOHOxxbVgWE-hDo9UZeYnH1T9mI8,1550
50
50
  domino/scripts/deprecated/create_docker_compose_file.py,sha256=RPpmVRtYUxmG5W78oayb3LYBkvcsEx-_FKK2uoJIOuo,6732
@@ -63,9 +63,9 @@ domino/utils/__init__.py,sha256=7CET-zz6y1EBuBJQLgF3rXNhKOSj32Z3X_3mKUAirII,231
63
63
  domino/utils/metadata_default.py,sha256=4tbmWoVuoRMxd2c2vkwKYLkTTDf1I0OooXB_P5DGWXM,455
64
64
  domino/utils/piece_generator.py,sha256=Yww5PwH-EDLqNrnWAinCgpG5-uQSVi_3UbMw4HZCE-E,514
65
65
  domino/utils/workflow_shared_storage.py,sha256=USt_Q6nRGrtbcgrWHjtEvBDMSGSDd3BwUrZVe0RItH0,272
66
- domino_py_iisas-1.0.14.dist-info/licenses/LICENSE,sha256=ZOzivsSTOmVUr23IVL-IMv2nDRhWBp4hVxwYTNe4fBc,11353
67
- domino_py_iisas-1.0.14.dist-info/METADATA,sha256=730RqlEQuWorDUSdGcLyOMOZWQL51wxX0qcjaSfSb5s,17096
68
- domino_py_iisas-1.0.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
69
- domino_py_iisas-1.0.14.dist-info/entry_points.txt,sha256=EBX10akoWncqaYPjad7nTNFpge2bbooLSZJGPT-Ivzk,46
70
- domino_py_iisas-1.0.14.dist-info/top_level.txt,sha256=Mo0jr96Ke1GnB5Qa_U9nSu_7yRSWsu5dvPJk8RFiwRw,7
71
- domino_py_iisas-1.0.14.dist-info/RECORD,,
66
+ domino_py_iisas-1.0.15.dist-info/licenses/LICENSE,sha256=ZOzivsSTOmVUr23IVL-IMv2nDRhWBp4hVxwYTNe4fBc,11353
67
+ domino_py_iisas-1.0.15.dist-info/METADATA,sha256=HVDR6L8fdYYdbySljDBc--BULjt0oin9wH30bXIAN9c,17096
68
+ domino_py_iisas-1.0.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
69
+ domino_py_iisas-1.0.15.dist-info/entry_points.txt,sha256=EBX10akoWncqaYPjad7nTNFpge2bbooLSZJGPT-Ivzk,46
70
+ domino_py_iisas-1.0.15.dist-info/top_level.txt,sha256=Mo0jr96Ke1GnB5Qa_U9nSu_7yRSWsu5dvPJk8RFiwRw,7
71
+ domino_py_iisas-1.0.15.dist-info/RECORD,,