pybiolib 1.1.2224__py3-none-any.whl → 1.1.2226__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.
- biolib/_internal/push_application.py +5 -0
- {pybiolib-1.1.2224.dist-info → pybiolib-1.1.2226.dist-info}/METADATA +1 -1
- {pybiolib-1.1.2224.dist-info → pybiolib-1.1.2226.dist-info}/RECORD +6 -6
- {pybiolib-1.1.2224.dist-info → pybiolib-1.1.2226.dist-info}/LICENSE +0 -0
- {pybiolib-1.1.2224.dist-info → pybiolib-1.1.2226.dist-info}/WHEEL +0 -0
- {pybiolib-1.1.2224.dist-info → pybiolib-1.1.2226.dist-info}/entry_points.txt +0 -0
@@ -211,6 +211,11 @@ def push_application(
|
|
211
211
|
try:
|
212
212
|
logger.info(f'Trying to push image {docker_image_name} defined on module {module_name}.')
|
213
213
|
image = docker_client.images.get(docker_image_name)
|
214
|
+
architecture = image.attrs.get('Architecture')
|
215
|
+
if architecture != 'amd64':
|
216
|
+
print(f"Error: '{docker_image_name}' is compiled for {architecture}, expected x86 (amd64).")
|
217
|
+
print('If you are on an ARM processor, try passing --platform linux/amd64 to docker build.')
|
218
|
+
exit(1)
|
214
219
|
absolute_repo_uri = f'{utils.BIOLIB_SITE_HOSTNAME}/{repo}'
|
215
220
|
image.tag(absolute_repo_uri, tag)
|
216
221
|
|
@@ -14,7 +14,7 @@ biolib/_internal/lfs/__init__.py,sha256=gSWo_xg61UniYgD7yNYxeT4I9uaXBCBSi3_nmZjn
|
|
14
14
|
biolib/_internal/lfs/cache.py,sha256=pQS2np21rdJ6I3DpoOutnzPHpLOZgUIS8TMltUJk_k4,2226
|
15
15
|
biolib/_internal/libs/__init__.py,sha256=Jdf4tNPqe_oIIf6zYml6TiqhL_02Vyqwge6IELrAFhw,98
|
16
16
|
biolib/_internal/libs/fusepy/__init__.py,sha256=AWDzNFS-XV_5yKb0Qx7kggIhPzq1nj_BZS5y2Nso08k,41944
|
17
|
-
biolib/_internal/push_application.py,sha256=
|
17
|
+
biolib/_internal/push_application.py,sha256=b1WvlijJYOLp7f43AoAzjINKkALM9DVB8yfSetEP4Z4,10381
|
18
18
|
biolib/_internal/runtime.py,sha256=9pZ3s3L7LGxdqOgnHh1KK3Jjyn_9MjhQmKHI-6hMT3U,448
|
19
19
|
biolib/_internal/types/__init__.py,sha256=11ZucS8jKeLGAAswXyKI7FH2KLHd6T9Sh8ZK2Ar3jlk,152
|
20
20
|
biolib/_internal/types/app.py,sha256=Mz2QGD_jESX-K9JYnLWPo4YA__Q_1FQQTk9pvidCohU,118
|
@@ -116,8 +116,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
116
116
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
117
117
|
biolib/utils/seq_util.py,sha256=ZQFcaE37B2dtucN2zDjOmdya_X0ITc1zBFZJNQY13XA,5183
|
118
118
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
119
|
-
pybiolib-1.1.
|
120
|
-
pybiolib-1.1.
|
121
|
-
pybiolib-1.1.
|
122
|
-
pybiolib-1.1.
|
123
|
-
pybiolib-1.1.
|
119
|
+
pybiolib-1.1.2226.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
120
|
+
pybiolib-1.1.2226.dist-info/METADATA,sha256=nBY9sWaEZd14c9PTpMTzy8O2WzG7uCJC9uNuzzSC4ws,1508
|
121
|
+
pybiolib-1.1.2226.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
122
|
+
pybiolib-1.1.2226.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
123
|
+
pybiolib-1.1.2226.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|